mirror of
https://github.com/hotomoe/hotomoe
synced 2024-11-24 15:16:13 +09:00
fix bug
This commit is contained in:
parent
4c545fbba5
commit
fbc5b8ceb7
@ -94,6 +94,7 @@ export default defineComponent({
|
||||
|
||||
uninstall() {
|
||||
removeTheme(this.selectedTheme);
|
||||
this.installedThemes = this.installedThemes.filter(t => t.id !== this.selectedThemeId);
|
||||
this.selectedThemeId = null;
|
||||
os.success();
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user