We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a398c48 commit 6d649e5Copy full SHA for 6d649e5
1 file changed
src/lufus/state.py
@@ -13,6 +13,7 @@ class AppState:
13
# Format options
14
filesystem_index: int = 0 # 0=NTFS, 1=FAT32, 2=exFAT, 3=ext4, 4=UDF
15
image_option: int = 0 # 0=Windows, 1=Linux, 2=Other, 3=Format Only, 4=Ventoy
16
+ currentflash: int = 0
17
partition_scheme: int = 0 # 0=GPT, 1=MBR
18
target_system: int = 0 # 0=UEFI, 1=BIOS
19
cluster_size: int = 0 # 0=4096, 1=8192
0 commit comments