1
0
mirror of https://github.com/hotomoe/hotomoe synced 2024-11-24 15:16:13 +09:00
This commit is contained in:
syuilo 2021-04-14 15:49:48 +09:00
parent 4c545fbba5
commit fbc5b8ceb7

View File

@ -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();
},