Add loading indicator to addition of remotes

This commit is contained in:
heliguy4599
2023-10-10 03:15:56 -04:00
parent f202cd15bc
commit aaeac87973
6 changed files with 213 additions and 165 deletions

View File

@@ -27,7 +27,7 @@ gi.require_version("Adw", "1")
from gi.repository import Gtk, Gio, Adw, GLib
from .window import WarehouseWindow
from .remotes import RemotesWindow
from .remotes_window import RemotesWindow
from .orphans_window import OrphansWindow
class WarehouseApplication(Adw.Application):