Skip to content

Commit

Permalink
Swap keybind order in settings
Browse files Browse the repository at this point in the history
  • Loading branch information
ajayyy committed May 6, 2024
1 parent 2cb53c7 commit a177802
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions public/options/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -335,13 +335,13 @@

<div id="keybinds" class="option-group hidden">

<div data-type="keybind-change" data-sync="openMenuKey">
<label class="optionLabel">__MSG_openDeArrowMenu__:</label>
<div data-type="keybind-change" data-sync="enableDeArrowKey">
<label class="optionLabel">__MSG_enableDeArrowKey__:</label>
<div class="inline"></div>
</div>

<div data-type="keybind-change" data-sync="enableDeArrowKey">
<label class="optionLabel">__MSG_enableDeArrowKey__:</label>
<div data-type="keybind-change" data-sync="openMenuKey">
<label class="optionLabel">__MSG_openDeArrowMenu__:</label>
<div class="inline"></div>
</div>

Expand Down

0 comments on commit a177802

Please sign in to comment.