Desktop notifications for Linux (#353)
* Enable desktop notifications for Linux * Fix macOS * Fix unused variable * Add missing message * Pass a title to notify-send
This commit is contained in:
committed by
GitHub
parent
f9374e3ddf
commit
16efada11b
@@ -31,6 +31,7 @@ strum = { version = "0.17.1", features = ["derive"] }
|
||||
thiserror = "1.0.9"
|
||||
anyhow = "1.0.25"
|
||||
tempfile = "3.1.0"
|
||||
cfg-if = "0.1.10"
|
||||
|
||||
[target.'cfg(target_os = "macos")'.dependencies]
|
||||
notify-rust = "3.6.3"
|
||||
|
||||
Reference in New Issue
Block a user