feat(core): show initial notification when espanso starts
This commit is contained in:
parent
a8799c3d9a
commit
08efac57d7
|
@ -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 mut engine = crate::engine::Engine::new(&funnel, &mut processor, &dispatcher);
|
||||||
let exit_mode = engine.run();
|
let exit_mode = engine.run();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user