From 27d135b1c833530f4d2fd37b13ff1d28e77d5049 Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Fri, 12 Jul 2024 19:25:16 +0200 Subject: [PATCH] chore: remove an old todo comment --- src/clock.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/clock.rs b/src/clock.rs index 22fa865..97b948c 100644 --- a/src/clock.rs +++ b/src/clock.rs @@ -452,9 +452,6 @@ impl Clock { // NOTE: sadly, notify_rust does not (yet) support KDE plasma, because // they have a weird way of making sounds and notifications in general // work. At least we get a little notification. - // - // TODO: add something to make a sound without the notification system, - // as that is not reliable but the user might depend on it. // only play this when we don't use built in sound, this // isn't as consistent