fix keyboard combos for mac. who tf uses Option+S for settings?
This commit is contained in:
parent
ddeb299317
commit
31ad899f98
2 changed files with 13 additions and 13 deletions
|
@ -1275,7 +1275,7 @@
|
|||
</div>
|
||||
<div class="md-option-segment md-option-segment_auto">
|
||||
<label>
|
||||
<input type="checkbox" disabled a-v-model="app.cfg.connectUser.sync.settings"
|
||||
<input type="checkbox" a-v-model="app.cfg.connectUser.sync.settings"
|
||||
@click="app.cfg.connectUser.sync.settings = !app.cfg.connectUser.sync.settings"
|
||||
switch/>
|
||||
</label>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue