Skip to content

Commit

Permalink
fix: WorkspaceRuleset type
Browse files Browse the repository at this point in the history
  • Loading branch information
diniamo committed Mar 26, 2024
1 parent e35e571 commit 056d66a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/regular.rs
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,7 @@ impl HyprData for Animations {
pub struct WorkspaceRuleset {
/// The name of the workspace
#[serde(rename = "workspaceString")]
pub workspace_string: Option<String>,
pub workspace_string: String,
/// The monitor the workspace is on
pub monitor: Option<String>,
/// Is it default?
Expand Down

0 comments on commit 056d66a

Please sign in to comment.