Skip to content
Snippets Groups Projects
Commit 11cbb0c8 authored by Loïc Correnson's avatar Loïc Correnson Committed by David Bühler
Browse files

[ivette] make filters responding to settings

parent 103530cd
No related branches found
No related tags found
No related merge requests found
......@@ -423,6 +423,8 @@ function FilterSection(props: SectionProps): JSX.Element {
title: `Configure filters`,
onClick: () => onContextMenu(prefix),
} : undefined;
const update = Dome.useForceUpdate();
Settings.useWindowSettingsEvent(update);
const summary = prefix ? filterSummary(prefix) : undefined;
return (
<Section
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment