Skip to content

Commit

Permalink
Merge pull request #199 from diniamo/fix-workspaceruleset-type
Browse files Browse the repository at this point in the history
fix: WorkspaceRuleset type
  • Loading branch information
yavko authored Mar 26, 2024
2 parents e35e571 + 056d66a commit 5334cd2
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 5334cd2

Please sign in to comment.