fix: make BMValidationPage optional (#311)

This commit is contained in:
aclist 2026-05-27 04:38:39 +09:00
parent 162839672b
commit 97244e783c

View File

@ -534,6 +534,9 @@ class Assistant(Gtk.Assistant):
bar.set_text(f"{page_num}/{total}")
# NOTE: disable forward action
# TODO: use page enums
if page == self.page5:
return
if page != self.page1:
EMITTER.emit("step_pending")