From 71caed30ce6db37f12bdb5665eb3ccc170efb2cd Mon Sep 17 00:00:00 2001 From: EdwinBetanc0urt Date: Wed, 16 Oct 2024 14:58:07 -0400 Subject: [PATCH] feat: Add `is_multi_selection` process flag on tab process. --- src/models/window.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/models/window.rs b/src/models/window.rs index d163349..7c3d727 100644 --- a/src/models/window.rs +++ b/src/models/window.rs @@ -270,6 +270,7 @@ pub struct Process { pub description: Option, pub help: Option, pub is_report: Option, + pub is_multi_selection: Option, // Linked pub browser_id: Option, pub browser: Option,