Improve usability

This commit is contained in:
syuilo 2021-03-06 12:23:59 +09:00
parent b66e0b3ac5
commit 9b61306f59

View file

@ -93,6 +93,8 @@ export default defineComponent({
uninstall() {
removeTheme(this.selectedTheme);
this.selectedThemeId = null;
os.success();
},
}
});