summaryrefslogtreecommitdiffstats
path: root/pkg/gui/types/context.go
diff options
context:
space:
mode:
authorStefan Haller <stefan@haller-berlin.de>2023-10-08 19:52:54 +0200
committerStefan Haller <stefan@haller-berlin.de>2023-10-10 08:37:30 +0200
commitb5ca6a3add3b6d1fbf428dba84ee558e7cb16568 (patch)
treeaf3ce07bc63a2da3e46ac6e8ffd791686b6e96b1 /pkg/gui/types/context.go
parentecaa4846f125ce1420755111f339ad2a574a3fff (diff)
When refreshing models, re-apply active filter for the corresponding view
Diffstat (limited to 'pkg/gui/types/context.go')
-rw-r--r--pkg/gui/types/context.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/gui/types/context.go b/pkg/gui/types/context.go
index df16cf2bd..c47945aee 100644
--- a/pkg/gui/types/context.go
+++ b/pkg/gui/types/context.go
@@ -102,6 +102,7 @@ type IFilterableContext interface {
SetFilter(string)
GetFilter() string
ClearFilter()
+ ReApplyFilter()
IsFiltering() bool
IsFilterableContext()
}