mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-31 23:08:26 -04:00
[ui] fix unwanted persistence unit overlay
* Also fix a typo and make sure to quote more paths when invoking Fido.
This commit is contained in:
parent
a89ed8bc60
commit
f6687e729b
6 changed files with 12 additions and 14 deletions
2
src/ui.h
2
src/ui.h
|
@ -63,7 +63,7 @@ extern void GetFullWidth(HWND hDlg);
|
|||
extern void PositionMainControls(HWND hDlg);
|
||||
extern void AdjustForLowDPI(HWND hDlg);
|
||||
extern void SetSectionHeaders(HWND hDlg);
|
||||
extern void SetPeristencePos(uint64_t pos);
|
||||
extern void SetPersistencePos(uint64_t pos);
|
||||
extern void SetPersistenceSize(void);
|
||||
extern void TogglePersistenceControls(BOOL display);
|
||||
extern void ToggleAdvancedDeviceOptions(BOOL enable);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue