diff options
| author | Ivan Molodetskikh <yalterz@gmail.com> | 2025-08-26 20:37:00 +0300 |
|---|---|---|
| committer | Ivan Molodetskikh <yalterz@gmail.com> | 2025-08-26 21:03:54 +0300 |
| commit | d4dad2939d0c20a00e430e3e5ce185453bc09739 (patch) | |
| tree | a9648cce3d020d0f0068147534f88374ca70270f /src/input | |
| parent | 1f76dce345153d7da95262773c317446c1f6fc32 (diff) | |
| download | niri-d4dad2939d0c20a00e430e3e5ce185453bc09739.tar.gz niri-d4dad2939d0c20a00e430e3e5ce185453bc09739.tar.bz2 niri-d4dad2939d0c20a00e430e3e5ce185453bc09739.zip | |
Remove redundant comment
Diffstat (limited to 'src/input')
| -rw-r--r-- | src/input/mod.rs | 1 |
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(); } |
