Skip to content

Commit

Permalink
Merge pull request #362 from FineFindus/fix/fetch-f5
Browse files Browse the repository at this point in the history
window: add F5 for sync
  • Loading branch information
mrvladus authored Dec 5, 2024
2 parents 7147f23 + faec6da commit 101453e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion errands/widgets/window.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ def _confirm(dialog: Gtk.FileDialog, res) -> None:
self._create_action("about", _about)
self._create_action("import", _import, ["<primary>i"])
self._create_action("quit", lambda *_: State.application.quit(), ["<primary>q"])
self._create_action("sync", _sync, ["<primary>f"])
self._create_action("sync", _sync, ["F5", "<primary>f"])
self._create_action(
"quit",
lambda *_: self.props.application.quit(),
Expand Down

0 comments on commit 101453e

Please sign in to comment.