Merge pull request 'clan-app: Fix name, desktop file and uri handling' (#1945) from kenji/clan-core:clan-app into main
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