aboutsummaryrefslogtreecommitdiffstats
path: root/mumd/src/notify.rs
diff options
context:
space:
mode:
authorGustav Sörnäs <gustav@sornas.net>2020-12-26 22:33:10 +0100
committerGustav Sörnäs <gustav@sornas.net>2021-03-30 15:25:55 +0200
commit96ac028918baa1094374e823a2464016f7f20479 (patch)
tree91c8a87db33033dbd64d3d5a9ae4343488213085 /mumd/src/notify.rs
parent795e46c98616801c678bd0a403b08cb0fcd5ee43 (diff)
downloadmum-96ac028918baa1094374e823a2464016f7f20479.tar.gz
add todos
Diffstat (limited to 'mumd/src/notify.rs')
-rw-r--r--mumd/src/notify.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mumd/src/notify.rs b/mumd/src/notify.rs
index ee387cc..66a0faf 100644
--- a/mumd/src/notify.rs
+++ b/mumd/src/notify.rs
@@ -1,6 +1,6 @@
pub fn init() {
#[cfg(feature = "notifications")]
- libnotify::init("mumd").unwrap();
+ libnotify::init("mumd").unwrap(); //TODO handle panic (don't send notifications)
}
#[cfg(feature = "notifications")]