aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/input/mod.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/input/mod.rs b/src/input/mod.rs
index a2fc3e05..af674e03 100644
--- a/src/input/mod.rs
+++ b/src/input/mod.rs
@@ -150,7 +150,6 @@ impl State {
}
// Do this last so that screenshot still gets it.
- // FIXME: do this in a less cursed fashion somehow.
if hide_hotkey_overlay && self.niri.hotkey_overlay.hide() {
self.niri.queue_redraw_all();
}