mirror of
https://github.com/LCE-Hub/LCE-Emerald-Launcher.git
synced 2026-09-24 17:11:00 +00:00
feat: initial goldmapper support
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user