Hide Alt+[0-9] checkbox on mobile
Mobile users don't typically have an Alt key
This commit is contained in:
parent
231a524438
commit
64fc470cf3
1 changed files with 2 additions and 2 deletions
|
@ -484,12 +484,12 @@ npm run build-electron-{windows, darwin, linux}</pre>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li class="desktop">
|
||||||
<form class="form-inline" role="form">
|
<form class="form-inline" role="form">
|
||||||
<div class="checkbox">
|
<div class="checkbox">
|
||||||
<label>
|
<label>
|
||||||
<input type="checkbox" ng-model="settings.enableAltSwitcher">
|
<input type="checkbox" ng-model="settings.enableAltSwitcher">
|
||||||
Use Alt+<num> to switch buffers
|
Use Alt+[0-9] to switch buffers
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
|
Loading…
Reference in a new issue