Add alwaysOnTop feature

This commit is contained in:
Tw93
2024-05-08 17:59:38 +08:00
parent f5319394f5
commit a1e34a00e6
8 changed files with 27 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ pub struct WindowConfig {
pub height: f64,
pub resizable: bool,
pub url_type: String,
pub always_on_top: bool,
}
#[derive(Debug, Deserialize)]