dont die if autostart app cant be started

This commit is contained in:
galister 2026-03-20 12:48:52 +09:00
parent 635df298fe
commit b0bbc25083
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ impl DashFrontend {
let mut interface = DashInterfaceLive::new();
for p in app.session.config.autostart_apps.clone() {
let _ = interface.process_launch(app, false, p)?;
let _ = interface.process_launch(app, false, p);
}
let frontend = frontend::Frontend::new(frontend::InitParams {