This commit is contained in:
syuilo 2019-03-04 09:23:45 +09:00
parent fcdfd8d323
commit ebe4b84f14
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69

View file

@ -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