mirror of
https://github.com/morgan9e/warehouse
synced 2026-04-14 00:04:08 +09:00
Show error when adding an already added remote
This commit is contained in:
@@ -27,7 +27,7 @@ class AddRemoteDialog(Adw.Dialog):
|
||||
def thread(*args):
|
||||
cmd = [
|
||||
'flatpak-spawn', '--host',
|
||||
'flatpak', 'remote-add', '--if-not-exists',
|
||||
'flatpak', 'remote-add',
|
||||
f'--title={self.title_row.get_text()}',
|
||||
self.name_row.get_text(),
|
||||
self.url_row.get_text()
|
||||
|
||||
Reference in New Issue
Block a user