improv(input-sources): gracefully exit if keyboard layouts data could not be obtained

This commit is contained in:
Michael Aaron Murphy 2024-05-06 15:19:40 +02:00 committed by Michael Murphy
parent 33cb23f04f
commit b9308af4b7
3 changed files with 18 additions and 5 deletions

View file

@ -1,3 +1,6 @@
fn main() -> cosmic::iced::Result {
tracing_subscriber::fmt::init();
let _ = tracing_log::LogTracer::init();
cosmic_applet_input_sources::run()
}