feat(core): show initial notification when espanso starts

This commit is contained in:
Federico Terzi 2021-07-17 15:58:45 +02:00
parent a8799c3d9a
commit 08efac57d7

View File

@ -211,6 +211,9 @@ pub fn initialize_and_spawn(
}
}
// TODO: check config
ui_remote.show_notification("Espanso is running!");
let mut engine = crate::engine::Engine::new(&funnel, &mut processor, &dispatcher);
let exit_mode = engine.run();