chore: remove an old todo comment
cargo devel CI / cargo CI (push) Successful in 1m47s Details

This commit is contained in:
Christoph J. Scherr 2024-07-12 19:25:16 +02:00
parent 6863448974
commit 27d135b1c8
1 changed files with 0 additions and 3 deletions

View File

@ -452,9 +452,6 @@ impl Clock {
// NOTE: sadly, notify_rust does not (yet) support KDE plasma, because // NOTE: sadly, notify_rust does not (yet) support KDE plasma, because
// they have a weird way of making sounds and notifications in general // they have a weird way of making sounds and notifications in general
// work. At least we get a little notification. // 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 // only play this when we don't use built in sound, this
// isn't as consistent // isn't as consistent