mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-21 02:01:55 +07:00
Remove extra `` in comment
This commit is contained in:
+1
-1
@@ -290,7 +290,7 @@ impl State {
|
||||
}
|
||||
Action::ChangeVt(vt) => {
|
||||
self.backend.change_vt(vt);
|
||||
// Changing `VT` may not deliver the key releases, so clear the state.
|
||||
// Changing VT may not deliver the key releases, so clear the state.
|
||||
self.niri.suppressed_keys.clear();
|
||||
}
|
||||
Action::Suspend => {
|
||||
|
||||
Reference in New Issue
Block a user