mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 02:58:02 -06:00
Windows: in encryption wizard, clicking "Previous" in the "Large File Support" page should take to password page if PIM not enabled.
This commit is contained in:
@@ -8304,6 +8304,8 @@ ovf_end:
|
|||||||
fileSystem = FILESYS_NONE; // The user may have gone back and changed the answer, so default file system must be reselected
|
fileSystem = FILESYS_NONE; // The user may have gone back and changed the answer, so default file system must be reselected
|
||||||
|
|
||||||
nNeedToStoreFilesOver4GB = Get2RadButtonPageAnswer();
|
nNeedToStoreFilesOver4GB = Get2RadButtonPageAnswer();
|
||||||
|
|
||||||
|
nNewPageNo = (PimEnable? PIM_PAGE : PASSWORD_PAGE) + 1; // Skip PIM page if it is not enabled
|
||||||
}
|
}
|
||||||
|
|
||||||
else if (nCurPageNo == PASSWORD_PAGE)
|
else if (nCurPageNo == PASSWORD_PAGE)
|
||||||
|
|||||||
Reference in New Issue
Block a user