Skip to content

Commit 11aaa15

Browse files
committed
chore: disable vscode shortcut preset for june release
1 parent 25093bb commit 11aaa15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extensionsIntegrated/DisplayShortcuts/templates/bottom-panel.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<a href="#" class="close">&times;</a>
55
<button class="btn reset-to-default" title="{{KEYBOARD_SHORTCUT_PANEL_RESET_DEFAULT}}">{{{KEYBOARD_SHORTCUT_PANEL_RESET}}}</button>
66
<input class="filter" type="search" placeholder="{{{KEYBOARD_SHORTCUT_PANEL_FILTER}}}">
7-
<span class="presetPickerContainer" title="{{KEYBOARD_SHORTCUT_PRESET_TOOLTIP}}"></span>
7+
<span class="presetPickerContainer forced-hidden" title="{{KEYBOARD_SHORTCUT_PRESET_TOOLTIP}}"></span>
88
</div>
99
<div class="resizable-content"></div>
1010
</div>

0 commit comments

Comments
 (0)