diff --git a/src/gtk/installation_chooser.py b/src/gtk/installation_chooser.py index cf3eb1c..6577dec 100644 --- a/src/gtk/installation_chooser.py +++ b/src/gtk/installation_chooser.py @@ -43,7 +43,7 @@ class InstallationChooser(Adw.PreferencesGroup): # Apply custom_installations = [] - for installation in HostInfo.installations + ['extra', 'something']: + for installation in HostInfo.installations: if installation.startswith("user") or installation.startswith("system"): continue diff --git a/src/remotes_page/add_remote_dialog.blp b/src/remotes_page/add_remote_dialog.blp index 587cd6c..ef54911 100644 --- a/src/remotes_page/add_remote_dialog.blp +++ b/src/remotes_page/add_remote_dialog.blp @@ -35,7 +35,6 @@ template $AddRemoteDialog : Adw.Dialog { orientation: vertical; spacing: 12; Adw.PreferencesGroup { - title: _("Remote Details"); styles ["boxed-list"] Adw.EntryRow title_row { title: _("Enter Title");