fix
This commit is contained in:
parent
ff2df67c57
commit
85c9b35d03
3 changed files with 87 additions and 8 deletions
|
|
@ -111,9 +111,9 @@ document.documentElement.style.setProperty("--localOnlyColor",hexToRgb(defaultSt
|
|||
document.documentElement.style.setProperty('--gamingspeed', defaultStore.state.numberOfGamingSpeed+'s');
|
||||
|
||||
const iconOnly = ref(false);
|
||||
let bannerUrl = ref(defaultStore.state.bannerUrl);
|
||||
let bannerUrl = computed(defaultStore.makeGetterSetter('bannerUrl'));
|
||||
let iconUrl = ref();
|
||||
let gamingType = ref(defaultStore.state.gamingType);
|
||||
let gamingType = computed(defaultStore.makeGetterSetter('gamingType'));
|
||||
|
||||
const gamingMode = computed(defaultStore.makeGetterSetter('gamingMode'));
|
||||
const darkMode = computed(defaultStore.makeGetterSetter('darkMode'));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue