This commit is contained in:
mattyatea 2023-10-12 18:09:48 +09:00
parent 40469aa0ce
commit 79876ab3ac
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ let gaming = ref('');
const gamingMode = computed(defaultStore.makeGetterSetter('gamingMode'));
const darkMode = computed(defaultStore.makeGetterSetter('darkMode'));
let gamingType = computed(defaultStore.state.gamingType);
if (darkMode.value) {
bannerUrl.value = bannerDark;