Add a configuration variable to display a notification at the be… (#345)
This commit is contained in:
committed by
GitHub
parent
738d70c91d
commit
2392124f71
@@ -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"));
|
||||
|
||||
Reference in New Issue
Block a user