Jump from Recordings to Requests tab
This commit is contained in:
@@ -116,4 +116,13 @@ class VCDateFilter: UIViewController, UIGestureRecognizerDelegate {
|
||||
NotifyDateFilterChanged.post()
|
||||
}
|
||||
}
|
||||
|
||||
static func disableFilter() {
|
||||
if Prefs.DateFilter.Kind <-? .Off {
|
||||
Prefs.DateFilter.LastXMin = 0
|
||||
Prefs.DateFilter.RangeA = nil
|
||||
Prefs.DateFilter.RangeB = nil
|
||||
NotifyDateFilterChanged.post()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user