diff --git a/Mac/MainWindow/Sidebar/SidebarViewController.swift b/Mac/MainWindow/Sidebar/SidebarViewController.swift index fe96f2dfe..fec21db8d 100644 --- a/Mac/MainWindow/Sidebar/SidebarViewController.swift +++ b/Mac/MainWindow/Sidebar/SidebarViewController.swift @@ -176,6 +176,7 @@ protocol SidebarDelegate: class { } @objc func batchUpdateDidPerform(_ notification: Notification) { + addTreeControllerToFilterExceptions() rebuildTreeAndRestoreSelection() }