Skip to content

Commit

Permalink
Merge pull request #61 from EdwinBetanc0urt/feature/is-multi-selectio…
Browse files Browse the repository at this point in the history
…n-process-window

feat: Add `is_multi_selection` process flag on tab process.
  • Loading branch information
yamelsenih authored Oct 16, 2024
2 parents e4dd934 + 71caed3 commit cc2f3db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/models/window.rs
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@ pub struct Process {
pub description: Option<String>,
pub help: Option<String>,
pub is_report: Option<bool>,
pub is_multi_selection: Option<bool>,
// Linked
pub browser_id: Option<i32>,
pub browser: Option<DictionaryEntity>,
Expand Down

0 comments on commit cc2f3db

Please sign in to comment.