mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
5118f7868b
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
11 lines
470 B
Diff
11 lines
470 B
Diff
--- a/src/main.py
|
|
+++ b/src/main.py
|
|
@@ -32,7 +32,7 @@
|
|
|
|
def __init__(self):
|
|
super().__init__(application_id='io.github.amit9838.mousam',
|
|
- flags=Gio.ApplicationFlags.DEFAULT_FLAGS)
|
|
+ flags=Gio.ApplicationFlags.FLAGS_NONE)
|
|
self.create_action('quit', lambda *_: self.quit(), ['<primary>q'])
|
|
self.settings = Gio.Settings(schema_id="io.github.amit9838.mousam")
|
|
self.main_window = None
|