This commit is contained in:
syuilo 2025-04-09 08:01:10 +09:00
parent c19f51a2ab
commit a8acbd6e68
3 changed files with 5 additions and 8 deletions

View file

@ -103,7 +103,6 @@ function removeItem(index: number) {
async function save() {
prefer.commit('menu', items.value.map(x => x.type));
await reloadAsk({ reason: i18n.ts.reloadToApplySetting, unison: true });
}
function reset() {