Skip to content

Commit 6d649e5

Browse files
authored
Add currentflash attribute to state.py
1 parent a398c48 commit 6d649e5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/lufus/state.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ class AppState:
1313
# Format options
1414
filesystem_index: int = 0 # 0=NTFS, 1=FAT32, 2=exFAT, 3=ext4, 4=UDF
1515
image_option: int = 0 # 0=Windows, 1=Linux, 2=Other, 3=Format Only, 4=Ventoy
16+
currentflash: int = 0
1617
partition_scheme: int = 0 # 0=GPT, 1=MBR
1718
target_system: int = 0 # 0=UEFI, 1=BIOS
1819
cluster_size: int = 0 # 0=4096, 1=8192

0 commit comments

Comments
 (0)