From 5320c4fe7296de7c311262698df74f686d4f2d80 Mon Sep 17 00:00:00 2001 From: Heliguy Date: Wed, 9 Oct 2024 12:11:53 -0400 Subject: [PATCH] Fix some small details --- src/gtk/installation_chooser.py | 2 +- src/remotes_page/add_remote_dialog.blp | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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");