fix: change pause key from Space to P, disable pause during QTE
This commit is contained in:
@@ -57,7 +57,7 @@ const bgAlphaOptions = [0, 0.3, 0.5, 0.7, 0.9]
|
||||
</div>
|
||||
|
||||
<div class="setting-row">
|
||||
<span class="setting-label">可暂停 (Space)</span>
|
||||
<span class="setting-label">可暂停 (P)</span>
|
||||
<label class="toggle">
|
||||
<input type="checkbox" :checked="store.pauseEnabled" @change="store.setPauseEnabled(($event.target as HTMLInputElement).checked)" />
|
||||
<span class="toggle-slider"></span>
|
||||
|
||||
Reference in New Issue
Block a user