diff --git a/config/_project_json.yaml b/config/_project_json.yaml index 322985c..c2d6003 100644 --- a/config/_project_json.yaml +++ b/config/_project_json.yaml @@ -194,7 +194,7 @@ properties: text: ui_subtitle_title condition: voicetitle.value == true type: bool - value: true + value: false - key: voicesubtitlelanguage value: text: ui_subtitle_lang diff --git a/src/components/settings.js b/src/components/settings.js index 91965c0..10592fb 100644 --- a/src/components/settings.js +++ b/src/components/settings.js @@ -381,8 +381,8 @@ export default class Settings {
- -
+ +
-
- - -
diff --git a/src/components/voice.js b/src/components/voice.js index a2bb8b6..d6daa42 100644 --- a/src/components/voice.js +++ b/src/components/voice.js @@ -13,7 +13,7 @@ export default class Voice { #defaultVoiceLang = this.#voiceLanguages[0] #voiceLang = this.#defaultVoiceLang #subtitleLang = this.#defaultRegion - #useSubtitle = true + #useSubtitle = false #useVoice = false #useVoiceActor = false #isPlaying = false @@ -80,7 +80,6 @@ export default class Voice { set useVoice(show) { window.settings.functionInsights("useVoice", window.settings.isWallpaperEngine) this.#useVoice = show - this.#el.hidden = !show this.#playEntryVoice() if (!show && this.#isPlaying) { this.#audioEl.pause()