Code cleaning

This commit is contained in:
jeffser
2024-08-31 19:09:46 -06:00
parent fe8626f650
commit 5da5c2c702
3 changed files with 28 additions and 12 deletions

View File

@@ -59,6 +59,7 @@ class AlpacaApplication(Adw.Application):
self.create_action('quit', lambda *_: self.props.active_window.closing_app(None), ['<primary>w', '<primary>q'])
self.create_action('preferences', lambda *_: self.props.active_window.preferences_dialog.present(self.props.active_window), ['<primary>comma'])
self.create_action('about', self.on_about_action)
self.set_accels_for_action("win.show-help-overlay", ['<primary>slash'])
self.version = version
def do_activate(self):