This commit is contained in:
syuilo 2021-04-14 15:49:48 +09:00
parent 1acb12be98
commit 98096c03af

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