Fix some small details

This commit is contained in:
Heliguy
2024-10-09 12:11:53 -04:00
parent 4bf46d7441
commit 5320c4fe72
2 changed files with 1 additions and 2 deletions

View File

@@ -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

View File

@@ -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");