Skip to content

Commit

Permalink
[View] On mode switch force refilter instead of queuing.
Browse files Browse the repository at this point in the history
issue: #1928
  • Loading branch information
DaveDavenport committed Dec 17, 2023
1 parent d042e20 commit 11d801e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/view.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit 11d801e

Please sign in to comment.