1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2026-06-13 08:17:00 -05:00

Linux/MacOSX: Implement waiting dialog for lengthy operations in order to have a better user experience.

This commit is contained in:
Mounir IDRASSI
2014-12-25 22:54:14 +01:00
parent bbcc944855
commit d90d9f0c40
17 changed files with 791 additions and 18 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ namespace VeraCrypt
volatile bool AbortConfirmationPending;
volatile bool AbortRequested;
volatile bool CreationAborted;
auto_ptr <VolumeCreator> Creator;
shared_ptr <VolumeCreator> Creator;
bool CrossPlatformSupport;
static bool DeviceWarningConfirmed;
bool DisplayKeyInfo;