make the next button insensitive

main
mirkobrombin 1 year ago
parent ac68767fe3
commit e2c80ac5ea

@ -44,6 +44,7 @@ class VanillaDefaultUser(Adw.Bin):
self.__distro_info = distro_info
self.__key = key
self.__step = step
self.__verify_continue()
# signals
self.btn_next.connect("clicked", self.__on_btn_next_clicked)

Loading…
Cancel
Save