Skip to content

Commit

Permalink
Merge branch 'selection-unify' of github.com:X-20A/voicevox into pr/X…
Browse files Browse the repository at this point in the history
…-20A/2375
  • Loading branch information
Hiroshiba committed Nov 28, 2024
2 parents 16a9869 + 5f35652 commit 626505c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ watchEffect(() => {
setThemeToCss(theme);
});
// 再生デバイスの初期化と変更の監視
// ソングの再生デバイスを同期
watchEffect(() => {
void store.actions.APPLY_DEVICE_ID_TO_AUDIO_CONTEXT({
device: store.state.savingSetting.audioOutputDevice,
Expand Down

0 comments on commit 626505c

Please sign in to comment.