mirror of
https://github.com/pinnacle-comp/pinnacle.git
synced 2025-01-13 08:01:05 +01:00
Don't clear libinput devices on config reload
This was preventing libinput settings from updating between reloads
This commit is contained in:
parent
7e03611702
commit
e0b6d32209
1 changed files with 0 additions and 1 deletions
|
@ -127,7 +127,6 @@ impl InputState {
|
|||
pub fn clear(&mut self) {
|
||||
self.reload_keybind = None;
|
||||
self.kill_keybind = None;
|
||||
self.libinput_devices.clear();
|
||||
self.keybinds.clear();
|
||||
self.mousebinds.clear();
|
||||
self.libinput_settings.clear();
|
||||
|
|
Loading…
Reference in a new issue