aboutsummaryrefslogtreecommitdiff
path: root/src/input
diff options
context:
space:
mode:
authorIvan Molodetskikh <yalterz@gmail.com>2025-08-26 20:37:00 +0300
committerIvan Molodetskikh <yalterz@gmail.com>2025-08-26 21:03:54 +0300
commitd4dad2939d0c20a00e430e3e5ce185453bc09739 (patch)
treea9648cce3d020d0f0068147534f88374ca70270f /src/input
parent1f76dce345153d7da95262773c317446c1f6fc32 (diff)
downloadniri-d4dad2939d0c20a00e430e3e5ce185453bc09739.tar.gz
niri-d4dad2939d0c20a00e430e3e5ce185453bc09739.tar.bz2
niri-d4dad2939d0c20a00e430e3e5ce185453bc09739.zip
Remove redundant comment
Diffstat (limited to 'src/input')
-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();
}