feat: add new lce team cinematic intro

This commit is contained in:
KayJann
2026-06-02 01:41:48 +02:00
parent b76e0c305d
commit bd632e7e0b
13 changed files with 190 additions and 85 deletions
+8
View File
@@ -97,6 +97,14 @@ pub fn run() {
relay::join_game,
])
.setup(|app| {
let app_handle = app.handle().clone();
let config = config::load_config_raw(app_handle.clone());
if config.start_fullscreen.unwrap_or(true) {
if let Some(window) = app_handle.get_webview_window("main") {
let _ = window.set_fullscreen(true);
}
}
let args: Vec<String> = std::env::args().collect();
if args.len() > 1 && !args[1].starts_with('-') {
let instance_id = args[1].clone();