mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-03-20 21:10:00 +01:00
Move keyboard shortcuts menu entry out of canny if clause
This commit is contained in:
parent
79e742ce1e
commit
2afb10ab81
1 changed files with 4 additions and 4 deletions
|
@ -34,7 +34,7 @@
|
||||||
%i.fa.fa-fw.fa-flask
|
%i.fa.fa-fw.fa-flask
|
||||||
= t(".feedback.features")
|
= t(".feedback.features")
|
||||||
.dropdown-divider
|
.dropdown-divider
|
||||||
%a.dropdown-item{ href: "#", data: { bs_target: "#modal-hotkeys", bs_toggle: "modal", hotkey: "Shift+?,?" } }
|
%a.dropdown-item{ href: "#", data: { bs_target: "#modal-hotkeys", bs_toggle: "modal", hotkey: "Shift+?,?,Shift+ß" } }
|
||||||
%i.fa.fa-keyboard
|
%i.fa.fa-keyboard
|
||||||
= t(".hotkeys")
|
= t(".hotkeys")
|
||||||
.dropdown-divider
|
.dropdown-divider
|
||||||
|
|
Loading…
Reference in a new issue