mirror of
https://github.com/kokonect-link/cherrypick
synced 2024-11-01 15:45:58 +09:00
テーマの管理が動いていない問題を修正
This commit is contained in:
parent
5c490e7521
commit
33b0c87fb1
@ -64,7 +64,7 @@ export default defineComponent({
|
||||
|
||||
computed: {
|
||||
themes(): Theme[] {
|
||||
return this.builtinThemes.concat(this.installedThemes.value);
|
||||
return this.builtinThemes.concat(this.installedThemes);
|
||||
},
|
||||
|
||||
selectedTheme() {
|
||||
|
Loading…
Reference in New Issue
Block a user