mirror of
https://github.com/morgan9e/warehouse
synced 2026-04-15 00:34:42 +09:00
Fix adding remote always treating everything like a local file
This commit is contained in:
@@ -31,7 +31,7 @@ class AddRemoteDialog(Adw.Dialog):
|
||||
'flatpak', 'remote-add',
|
||||
f'--title={self.title_row.get_text()}',
|
||||
self.name_row.get_text(),
|
||||
f'\"{self.url_row.get_text()}\"',
|
||||
self.url_row.get_text(),
|
||||
]
|
||||
installation = self.installation_chooser.get_installation()
|
||||
if installation == "user" or installation == "system":
|
||||
|
||||
Reference in New Issue
Block a user