feat: initial goldmapper support

This commit is contained in:
neoapps-dev
2026-08-25 14:05:23 +03:00
parent d5a36ba3b2
commit 683339ae4e
17 changed files with 915 additions and 16 deletions
+11
View File
@@ -318,6 +318,17 @@ const SettingsView = memo(function SettingsView() {
setFocusIndex(0);
},
});
if (!isAndroid) {
items.push({
id: "controls_menu",
label: "Controls",
type: "button",
onClick: () => {
playPressSound();
setActiveView("goldmapper");
},
});
}
items.push({
id: "plugins_menu",
label: "Plugins",