mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-31 23:08:26 -04:00
[ui] update persistence size controls
* Also refactor ToggleImageOptions()
This commit is contained in:
parent
0fa19d7019
commit
1004a6e066
7 changed files with 170 additions and 106 deletions
|
@ -230,7 +230,8 @@ enum fs_type {
|
|||
};
|
||||
|
||||
enum boot_type {
|
||||
BT_MSDOS = 0,
|
||||
BT_NON_BOOTABLE = 0,
|
||||
BT_MSDOS,
|
||||
BT_FREEDOS,
|
||||
BT_IMAGE,
|
||||
BT_SYSLINUX_V4, // Start of indexes that only display in advanced mode
|
||||
|
@ -239,7 +240,6 @@ enum boot_type {
|
|||
BT_GRUB4DOS,
|
||||
BT_GRUB2,
|
||||
BT_UEFI_NTFS,
|
||||
BT_NON_BOOTABLE,
|
||||
BT_MAX
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue