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:
@@ -19,7 +19,7 @@ log = logging.getLogger(__name__)
|
|||||||
class MainWindow(Adw.ApplicationWindow):
|
class MainWindow(Adw.ApplicationWindow):
|
||||||
def __init__(self, config: ClanConfig) -> None:
|
def __init__(self, config: ClanConfig) -> None:
|
||||||
super().__init__()
|
super().__init__()
|
||||||
self.set_title("Clan Manager")
|
self.set_title("Clan App")
|
||||||
self.set_default_size(980, 850)
|
self.set_default_size(980, 850)
|
||||||
|
|
||||||
# Overlay for GTK side exclusive toasts
|
# Overlay for GTK side exclusive toasts
|
||||||
|
|||||||
Reference in New Issue
Block a user