mirror of
https://github.com/morgan9e/warehouse
synced 2026-04-14 00:04:08 +09:00
Fix some small details
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user