Add a configuration variable to display a notification at the be… (#345)

This commit is contained in:
Roey Darwish Dror
2020-02-27 13:30:55 +02:00
committed by GitHub
parent 738d70c91d
commit 2392124f71
3 changed files with 35 additions and 0 deletions

View File

@@ -42,6 +42,7 @@ fn run() -> Result<()> {
let config = Config::load(&base_dirs, opt)?;
terminal::set_title(config.set_title());
terminal::set_desktop_notifications(config.notify_each_step());
debug!("Version: {}", crate_version!());
debug!("OS: {}", env!("TARGET"));