Skip to content

Commit

Permalink
fix: correct action name for test cancellation shortcut (#111)
Browse files Browse the repository at this point in the history
Forgot to update this one when renaming the action.
  • Loading branch information
bragefuglseth authored Feb 14, 2025
1 parent 793c6cb commit 2713d59
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 @@ -18,7 +18,7 @@
<child>
<object class="GtkShortcutsShortcut">
<property name="title" translatable="yes" context="shortcut window">Cancel Session</property>
<property name="action-name">win.cancel-session</property>
<property name="action-name">win.cancel-test</property>
</object>
</child>
<child>
Expand Down

0 comments on commit 2713d59

Please sign in to comment.