Can't continue without selecting disk

This commit is contained in:
2026-02-02 15:03:30 +01:00
parent a098f20a38
commit 7c899b8e86
2 changed files with 28 additions and 16 deletions

View File

@@ -68,8 +68,7 @@ class StoragePage(Adw.Bin):
if not self.first_radio:
radio = Gtk.CheckButton()
self.first_radio = radio
# Default selection
self.selected_disk = dev
# No default selection to force user interaction, for safety reasons
else:
radio = Gtk.CheckButton()
radio.set_group(self.first_radio)