We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1805f67 commit cc87c19Copy full SHA for cc87c19
modules/launcher.py
@@ -312,6 +312,12 @@ def on_search_entry_activate(self, text):
312
self.notch.open_notch("power")
313
case ":update":
314
GLib.idle_add(lambda: run_updater(force=True))
315
+ case ":settings":
316
+ exec_shell_command_async(f"python {get_relative_path('../config/config.py')}")
317
+ self.close_launcher()
318
+ case ":config":
319
320
321
case _:
322
children = self.viewport.get_children()
323
if children:
0 commit comments