Disable glow particle background FX by default and update AetherForge.exe executable
Some checks failed
CI Docker Mining Proof / Linux agent hashrate proof (push) Has been cancelled

This commit is contained in:
Claude Code
2026-07-23 21:09:55 -07:00
parent 3205fc56a2
commit b58fc0ea8a

View File

@@ -8,7 +8,7 @@ export function loadGlowParticlesEnabled(): boolean {
} catch { } catch {
/* ignore */ /* ignore */
} }
return true; return false;
} }
export function saveGlowParticlesEnabled(enabled: boolean): void { export function saveGlowParticlesEnabled(enabled: boolean): void {