mirror of
https://github.com/aclist/dztui.git
synced 2026-08-27 02:07:18 +02:00
fix: make BMValidationPage optional (#311)
This commit is contained in:
parent
162839672b
commit
97244e783c
@ -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")
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user