settings: delete duplicate "< Back" setting

pull/3630/head
Rob Pilling 2024-10-30 08:41:24 +00:00
parent b44dd75e3e
commit d7d60b4bca
1 changed files with 0 additions and 1 deletions

View File

@ -341,7 +341,6 @@ function showThemeMenu() {
},
};
});
menu["< Back"] = () => showThemeMenu();
m = E.showMenu(menu);
}
}