Skip to content
Snippets Groups Projects
Unverified Commit ebe4b84f authored by syuilo's avatar syuilo
Browse files

Fix bug

parent fcdfd8d3
No related branches found
No related tags found
No related merge requests found
......@@ -16,11 +16,11 @@ import App from './app.vue';
import checkForUpdate from './common/scripts/check-for-update';
import MiOS from './mios';
import { version, codename, lang, locale } from './config';
import { builtinThemes, lightTheme, applyTheme } from './theme';
import { builtinThemes, applyTheme, darkTheme } from './theme';
import Dialog from './common/views/components/dialog.vue';
if (localStorage.getItem('theme') == null) {
applyTheme(lightTheme);
applyTheme(darkTheme);
}
//#region FontAwesome
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment