fix: fresh install fullscreen (#86)

This commit is contained in:
/home/neo 2026-06-24 13:41:17 +03:00 committed by GitHub
parent d90c95da7f
commit e65ea4e06a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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),