mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-12 19:38:26 -06:00
Windows: If PIM of a volume is changed and if it is a favorite or system favorite, automatically update favorite or system favorite XML file with the new value.
This commit is contained in:
@@ -53,6 +53,7 @@ namespace VeraCrypt
|
||||
};
|
||||
|
||||
extern vector <FavoriteVolume> FavoriteVolumes;
|
||||
extern vector <FavoriteVolume> SystemFavoriteVolumes;
|
||||
extern list <FavoriteVolume> FavoritesOnArrivalMountRequired;
|
||||
extern list <FavoriteVolume> FavoritesMountedOnArrivalStillConnected;
|
||||
extern HMENU FavoriteVolumesMenu;
|
||||
@@ -67,7 +68,7 @@ namespace VeraCrypt
|
||||
void LoadFavoriteVolumes (vector <FavoriteVolume> &favorites, bool systemFavorites, bool noUacElevation = false);
|
||||
static void OnFavoriteVolumesUpdated ();
|
||||
BOOL OrganizeFavoriteVolumes (HWND hwndDlg, bool systemFavorites, const FavoriteVolume &newFavorite = FavoriteVolume());
|
||||
static bool SaveFavoriteVolumes (HWND hwndDlg, const vector <FavoriteVolume> &favorites, bool systemFavorites);
|
||||
bool SaveFavoriteVolumes (HWND hwndDlg, const vector <FavoriteVolume> &favorites, bool systemFavorites);
|
||||
static void SetControls (HWND hwndDlg, const FavoriteVolume &favorite, bool systemFavoritesMode, bool enable = true);
|
||||
static void SetFavoriteVolume (HWND hwndDlg, FavoriteVolume &favorite, bool systemFavoritesMode);
|
||||
void UpdateDeviceHostedFavoriteVolumes ();
|
||||
|
||||
Reference in New Issue
Block a user