Skip to content

Commit

Permalink
Delete: 以前のfallbackを削除
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenc-nanashi committed Nov 14, 2023
1 parent 9d5d152 commit 637d7ee
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/components/SettingDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1095,9 +1095,6 @@ const currentAudioOutputDeviceComputed = computed<
| undefined
>({
get: () => {
if (store.state.savingSetting.audioOutputDevice === "default") {
return null;
}
// 再生デバイスが見つからなかったらデフォルト値に戻す
// FIXME: watchなどにしてgetter内で操作しないようにする
const device = availableAudioOutputDevices.value?.find(
Expand Down

0 comments on commit 637d7ee

Please sign in to comment.