mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 02:11:57 +00:00
chore: update type error
This commit is contained in:
parent
580218f148
commit
ceb81a04bc
|
@ -42,7 +42,7 @@ export const useSettingsStore = defineStore('uiSettings', {
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
},
|
},
|
||||||
chartTheme(): string {
|
chartTheme(): 'dark' | 'light' {
|
||||||
return this.isDarkTheme ? 'dark' : 'light';
|
return this.isDarkTheme ? 'dark' : 'light';
|
||||||
},
|
},
|
||||||
uiVersion(state) {
|
uiVersion(state) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user