[View] On mode switch force refilter instead of queuing.

issue: #1928
This commit is contained in:
Qball Cow 2023-12-17 17:26:34 +01:00
parent d042e20fff
commit 11d801ea9e
1 changed files with 1 additions and 1 deletions

View File

@ -2709,7 +2709,7 @@ void rofi_view_switch_mode(RofiViewState *state, Mode *mode) {
rofi_view_restart(state);
state->reload = TRUE;
state->refilter = TRUE;
rofi_view_refilter(state);
rofi_view_refilter_force(state);
rofi_view_update(state, TRUE);
}