removing smartcmd build from Emerald Launcher.

This commit is contained in:
KayJann
2026-04-07 18:36:51 +02:00
parent aa0c10fa2a
commit b5ca8a1697
6 changed files with 5 additions and 14 deletions
+2 -2
View File
@@ -243,7 +243,7 @@ const SettingsView = memo(function SettingsView() {
} else if (currentSubMenu === "video") {
items.push({
id: "vfx",
label: `VFX: ${vfxEnabled ? "ON" : "OFF"}`,
label: `Click effects: ${vfxEnabled ? "ON" : "OFF"}`,
type: "button",
onClick: handleVfxToggle,
});
@@ -256,7 +256,7 @@ const SettingsView = memo(function SettingsView() {
if (isMac) {
items.push({
id: "perf",
label: `M1/M2 Boost: ${perfBoost ? "Enabled" : "Disabled"}`,
label: `Apple silicon performance boost: ${perfBoost ? "Enabled" : "Disabled"}`,
type: "button",
onClick: handlePerfToggle,
});