Parameters support web wasm scenarios

This commit is contained in:
Tw93
2025-08-23 18:26:42 +08:00
parent 11737dbe68
commit 5c920cbd43
11 changed files with 81 additions and 17 deletions

View File

@@ -16,6 +16,7 @@ pub struct WindowConfig {
pub hide_on_close: bool,
pub incognito: bool,
pub title: Option<String>,
pub enable_wasm: bool,
}
#[derive(Debug, Serialize, Deserialize)]