This commit is contained in:
syuilo
2019-03-18 13:29:58 +09:00
parent c015e99e6e
commit a408226509
16 changed files with 32 additions and 32 deletions

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, applyTheme, blackTheme } from './theme';
import { builtinThemes, applyTheme, futureTheme } from './theme';
import Dialog from './common/views/components/dialog.vue';
if (localStorage.getItem('theme') == null) {
applyTheme(blackTheme);
applyTheme(futureTheme);
}
//#region FontAwesome