Skip to content

Commit 0ee3757

Browse files
committed
shortcuts: Update string for selecting the keyboard shortcuts node.
1 parent 811df9f commit 0ee3757

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/renderer/js/preload.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const shortcut = () => {
2323
// Create the menu for the below
2424
const node = document.querySelector('a[data-overlay-trigger=keyboard-shortcuts]');
2525
// Additional check
26-
if (node.text.trim().toLowerCase() === 'keyboard shortcuts') {
26+
if (node.text.trim().toLowerCase() === 'keyboard shortcuts (?)') {
2727
node.click();
2828
} else {
2929
// Atleast click the dropdown

0 commit comments

Comments
 (0)