Skip to content

Commit

Permalink
fix: change response of query monitors cli command to camelCase
Browse files Browse the repository at this point in the history
  • Loading branch information
lars-berger committed Oct 1, 2024
1 parent 57c5584 commit e9b1d75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/desktop/src/monitor_state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ pub struct MonitorState {
}

#[derive(Clone, Debug, PartialEq, Serialize)]
#[serde(rename_all = "camelCase")]
pub struct Monitor {
pub name: Option<String>,
pub is_primary: bool,
Expand Down

0 comments on commit e9b1d75

Please sign in to comment.