fix/enhance(frontend): 映像・音声周りの改修 (#13206)

* enhance(frontend): 映像・音声周りの改修

* fix

* fix design

* fix lint

* キーボードショートカットを整備

* Update Changelog

* fix

* feat: ループ再生

* ネイティブの動作と同期されるように

* Update Changelog

* key指定を消す
This commit is contained in:
かっこかり
2024-03-30 16:02:03 +09:00
committed by GitHub
parent 50da7d2a27
commit b96d9c6973
11 changed files with 373 additions and 19 deletions

View File

@@ -442,6 +442,10 @@ export const defaultStore = markRaw(new Storage('base', {
where: 'device',
default: true,
},
useNativeUIForVideoAudioPlayer: {
where: 'device',
default: false,
},
sound_masterVolume: {
where: 'device',