1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-03-21 21:09:24 -05:00

テーマの管理が動いていない問題を修正

This commit is contained in:
syuilo 2020-12-28 23:14:05 +09:00
parent 5c490e7521
commit 33b0c87fb1

View file

@ -64,7 +64,7 @@ export default defineComponent({
computed: {
themes(): Theme[] {
return this.builtinThemes.concat(this.installedThemes.value);
return this.builtinThemes.concat(this.installedThemes);
},
selectedTheme() {