mirror of https://github.com/wayvr-org/wayvr.git
dont die if autostart app cant be started
This commit is contained in:
parent
635df298fe
commit
b0bbc25083
|
|
@ -74,7 +74,7 @@ impl DashFrontend {
|
||||||
let mut interface = DashInterfaceLive::new();
|
let mut interface = DashInterfaceLive::new();
|
||||||
|
|
||||||
for p in app.session.config.autostart_apps.clone() {
|
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 {
|
let frontend = frontend::Frontend::new(frontend::InitParams {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue