mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
add locked_controls to state.
This commit is contained in:
@ -403,6 +403,17 @@
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="middle">settings.locked_controls</th>
|
||||
<td>
|
||||
<div class="space-between">
|
||||
<span>{{ neko.state.settings.locked_controls }}</span>
|
||||
<button @click="updateSettings({ locked_controls: !neko.state.settings.locked_controls })">
|
||||
<i class="fas fa-toggle-on"></i>
|
||||
</button>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="middle">settings.implicit_hosting</th>
|
||||
<td>
|
||||
|
Reference in New Issue
Block a user