Skip to content

Commit

Permalink
app: Fix missing shortcut
Browse files Browse the repository at this point in the history
Fix missing shortcut from Keyboard Shortcuts dialog
  • Loading branch information
yakushabb committed Aug 17, 2024
1 parent 5fd2362 commit a2ee4bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/resources/gtk/help-overlay.ui
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<child>
<object class="GtkShortcutsShortcut">
<property name="title" translatable="yes" context="shortcut window">Close Window</property>
<property name="action-name">win.close</property>
<property name="action-name">window.close</property>
</object>
</child>
<child>
Expand Down

0 comments on commit a2ee4bd

Please sign in to comment.