diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2019-03-18 13:29:58 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2019-03-18 13:29:58 +0900 |
| commit | a408226509eedec52fbb24dbb91be0d85838afcb (patch) | |
| tree | f5cf28987f04344786eff9706120e1acdce0ae0c /src/client/app/init.ts | |
| parent | Update black.json5 (diff) | |
| download | sharkey-a408226509eedec52fbb24dbb91be0d85838afcb.tar.gz sharkey-a408226509eedec52fbb24dbb91be0d85838afcb.tar.bz2 sharkey-a408226509eedec52fbb24dbb91be0d85838afcb.zip | |
Refactor
Diffstat (limited to 'src/client/app/init.ts')
| -rw-r--r-- | src/client/app/init.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/app/init.ts b/src/client/app/init.ts index 0575992358..4b9f341612 100644 --- a/src/client/app/init.ts +++ b/src/client/app/init.ts @@ -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 |