From 056d66a51a7ed3293d2006c27c0136da13ad109a Mon Sep 17 00:00:00 2001 From: diniamo Date: Tue, 26 Mar 2024 22:05:27 +0100 Subject: [PATCH] fix: WorkspaceRuleset type --- src/data/regular.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/regular.rs b/src/data/regular.rs index 64a7505..9f2c3e7 100644 --- a/src/data/regular.rs +++ b/src/data/regular.rs @@ -658,7 +658,7 @@ impl HyprData for Animations { pub struct WorkspaceRuleset { /// The name of the workspace #[serde(rename = "workspaceString")] - pub workspace_string: Option, + pub workspace_string: String, /// The monitor the workspace is on pub monitor: Option, /// Is it default?