mirror of
https://github.com/LCE-Hub/LCE-Emerald-Launcher.git
synced 2026-07-17 15:57:13 +00:00
fix: fresh install fullscreen (#86)
This commit is contained in:
parent
d90c95da7f
commit
e65ea4e06a
|
|
@ -26,7 +26,7 @@ pub fn load_config_raw(app: AppHandle) -> AppConfig {
|
|||
animations_enabled: Some(true),
|
||||
vfx_enabled: Some(true),
|
||||
rpc_enabled: Some(true),
|
||||
start_fullscreen: Some(true),
|
||||
start_fullscreen: Some(false),
|
||||
music_vol: Some(50),
|
||||
sfx_vol: Some(100),
|
||||
legacy_mode: Some(false),
|
||||
|
|
|
|||
Loading…
Reference in a new issue