git.lucas.co / cce-system-interface
system settings
git clone https://git.lucas.co/cce-system-interface.git

commitc018dd96fbb58e7eea6daabc9ebcd5d0f3681d97
parentfb49019043
authorLucas Galante <[email protected]>
date2026-05-25 20:58
Update system configuration and interface modules

 src/pages/input.rs | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/pages/input.rs b/src/pages/input.rs
index 47ca0d1..f007262 100644
--- a/src/pages/input.rs
+++ b/src/pages/input.rs
@@ -235,7 +235,6 @@ fn write_config_value(key: &str, value: &str) {
 
 fn write_tap_to_click(enabled: bool) {
     write_config_value("tap_to_click", &enabled.to_string());
-    send_ipc_command(&format!("input tap-to-click {}", enabled));
 }
 
 fn apply_repeat_config(rate: u16, delay: u16) {