From 330328d5ac6c633f117127b64b239631ca28277e Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Sat, 13 Sep 2025 00:20:42 +0530 Subject: Added notifications --- src/daemon/clock.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/daemon/clock.rs') diff --git a/src/daemon/clock.rs b/src/daemon/clock.rs index 98ad292..48ddca8 100644 --- a/src/daemon/clock.rs +++ b/src/daemon/clock.rs @@ -62,6 +62,7 @@ pub fn start_clock(rx: Receiver) -> thread::JoinHandle<()> { Command::SoftReset => p.soft_reset(), Command::HardReset => p.hard_reset(), Command::Reset => p.reset(), + Command::Notify => p.toggle_notify(), } } -- cgit v1.2.3