diff --git a/discover_overlay/settings_window.py b/discover_overlay/settings_window.py index 829eee4..3e7b1a8 100644 --- a/discover_overlay/settings_window.py +++ b/discover_overlay/settings_window.py @@ -101,3 +101,4 @@ class MainSettingsWindow(Gtk.Window): self.core_settings.present_settings() self.notebook.show() self.show() + self.notebook.set_current_page(0)