clan-app: Fix name, desktop file and uri handling

This fixes the desktop file and uri handling.
Also brings app window class and name and build in line with the actual
naming.
This commit is contained in:
a-kenji
2024-08-21 12:26:46 +02:00
parent 9847f835b2
commit 0c811f90b0

View File

@@ -19,7 +19,7 @@ log = logging.getLogger(__name__)
class MainWindow(Adw.ApplicationWindow):
def __init__(self, config: ClanConfig) -> None:
super().__init__()
self.set_title("Clan Manager")
self.set_title("Clan App")
self.set_default_size(980, 850)
# Overlay for GTK side exclusive toasts