aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rwxr-xr-xlib/isodumper.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/isodumper.py b/lib/isodumper.py
index 2bc3e33..247e139 100755
--- a/lib/isodumper.py
+++ b/lib/isodumper.py
@@ -983,7 +983,7 @@ exFAT, NTFS or ext. You can specify a volume name and the format in a new dialog
backup_ready = self.backup_cbox.isChecked() and (self.backup_dest != "")
write_ready = self.write_cbox.isChecked() and (self.img_name != "")
- partition_ready = self.partition_cbox.isChecked() and (self.partition_cb.value() == "ext4")
+ partition_ready = self.partition_cbox.isChecked() and (self.partition_cb.value() in self.format_type.values())
crypt_ready = self.cryptcb.isChecked() and (self.cryptkey.value() != "")
start_active = backup_ready or write_ready or partition_ready
if start_active: