Re: [pve-devel] [PATCH widget-toolkit] notification matcher: fix inverted match modes

2023-11-20 Thread Dominik Csapak
yes, this fixes setting/loading the inverted modes it seems i have sent a hunk too much with my followup thanks for fixing! Reviewed-by: Dominik Csapak Tested-by: Dominik Csapak On 11/20/23 15:53, Fiona Ebner wrote: The 'not' prefix is already stripped in the set() method of the view model's

[pve-devel] [PATCH widget-toolkit] notification matcher: fix inverted match modes

2023-11-20 Thread Fiona Ebner
The 'not' prefix is already stripped in the set() method of the view model's 'rootMode' and not present anymore when updating the store. The information about whether the mode is inverted or not is present in the 'invert' data member. Signed-off-by: Fiona Ebner --- src/window/NotificationMatcher