Support setting activationShortcut

This commit is contained in:
Tw93
2024-05-09 19:47:08 +08:00
parent 2e95f46498
commit bb3b1b3d59
7 changed files with 70 additions and 25 deletions

View File

@@ -11,6 +11,7 @@ pub struct WindowConfig {
pub url_type: String,
pub always_on_top: bool,
pub disabled_web_shortcuts: bool,
pub activation_shortcut: String,
}
#[derive(Debug, Serialize, Deserialize)]