mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 18:23:50 +00:00
parent
2e1437901a
commit
455a15dd00
|
@ -102,7 +102,7 @@ export default defineComponent({
|
|||
};
|
||||
|
||||
onMounted(() => {
|
||||
if (window.localStorage.theme) setTheme(window.localStorage.theme);
|
||||
if (settingsStore.currentTheme) setTheme(settingsStore.currentTheme);
|
||||
});
|
||||
|
||||
const handleClick = (e) => {
|
||||
|
|
Loading…
Reference in New Issue
Block a user