diff options
Diffstat (limited to 'src/input.rs')
| -rw-r--r-- | src/input.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/input.rs b/src/input.rs index 330f38fc..4865e7e0 100644 --- a/src/input.rs +++ b/src/input.rs @@ -245,6 +245,7 @@ impl State { } Action::ToggleDebugTint => { self.backend.toggle_debug_tint(); + self.niri.queue_redraw_all(); } Action::Spawn(command) => { spawn(command); |
