mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-01 23:15:47 +02:00
テーマの管理が動いていない問題を修正
This commit is contained in:
@@ -64,7 +64,7 @@ export default defineComponent({
|
||||
|
||||
computed: {
|
||||
themes(): Theme[] {
|
||||
return this.builtinThemes.concat(this.installedThemes.value);
|
||||
return this.builtinThemes.concat(this.installedThemes);
|
||||
},
|
||||
|
||||
selectedTheme() {
|
||||
|
||||
Reference in New Issue
Block a user