mirror of
https://github.com/LCE-Hub/LCE-Emerald-Launcher.git
synced 2026-07-15 23:10:48 +00:00
fix: fresh install fullscreen (#86)
This commit is contained in:
@@ -26,7 +26,7 @@ pub fn load_config_raw(app: AppHandle) -> AppConfig {
|
|||||||
animations_enabled: Some(true),
|
animations_enabled: Some(true),
|
||||||
vfx_enabled: Some(true),
|
vfx_enabled: Some(true),
|
||||||
rpc_enabled: Some(true),
|
rpc_enabled: Some(true),
|
||||||
start_fullscreen: Some(true),
|
start_fullscreen: Some(false),
|
||||||
music_vol: Some(50),
|
music_vol: Some(50),
|
||||||
sfx_vol: Some(100),
|
sfx_vol: Some(100),
|
||||||
legacy_mode: Some(false),
|
legacy_mode: Some(false),
|
||||||
|
|||||||
Reference in New Issue
Block a user