Skip to content

Commit

Permalink
Add insert+insert/system as expression of Operation::Insert
Browse files Browse the repository at this point in the history
  • Loading branch information
TTWNO committed Jun 26, 2024
1 parent a7c95b5 commit aa0d902
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions atspi-common/src/operation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ pub enum Operation {
#[default]
#[serde(rename = "add")]
#[serde(alias = "add/system")]
#[serde(alias = "insert")]
#[serde(alias = "insert/system")]
Insert,
#[serde(rename = "delete")]
#[serde(alias = "delete/system")]
Expand Down

0 comments on commit aa0d902

Please sign in to comment.