Remove redundant comment

This commit is contained in:
Ivan Molodetskikh
2025-08-26 20:37:00 +03:00
parent 1f76dce345
commit d4dad2939d
-1
View File
@@ -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();
}