Don't clear libinput devices on config reload

This was preventing libinput settings from updating between reloads
This commit is contained in:
Ottatop 2024-06-11 11:35:31 -05:00
parent 7e03611702
commit e0b6d32209

View file

@ -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();