Skip to content

Commit

Permalink
fix: enable language next button on first click
Browse files Browse the repository at this point in the history
- emit parent verify language
  • Loading branch information
jardon authored and taukakao committed Dec 4, 2024
1 parent 94b79d8 commit 8927607
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vanilla_installer/defaults/language.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ def __init__(self, title, subtitle, selected_language, **kwargs):
def __on_check_button_toggled(self, widget):
self.__selected_language["language_title"] = self.__title
self.__selected_language["language_subtitle"] = self.__subtitle
self.get_parent().emit("selected-rows-changed")


@Gtk.Template(resource_path="/org/vanillaos/Installer/gtk/default-language.ui")
Expand Down

0 comments on commit 8927607

Please sign in to comment.