Fix window path issue

This commit is contained in:
Gregory Schier
2025-10-02 08:25:00 -07:00
parent 17de0678b0
commit 1a1751c23e
10 changed files with 16 additions and 7 deletions

View File

@@ -494,6 +494,9 @@ pub struct ShowToastRequest {
#[ts(optional)]
pub icon: Option<Icon>,
#[ts(optional)]
pub timeout: Option<i32>,
}
#[derive(Debug, Clone, Default, Serialize, Deserialize, TS)]