WayVR: shown_at_start app param support

This commit is contained in:
Aleksander
2024-10-26 18:40:05 +02:00
committed by galister
parent 7cb8e4a9d2
commit cf5eabdfdf
4 changed files with 38 additions and 6 deletions

View File

@@ -328,7 +328,7 @@ where
conf_display.width,
conf_display.height,
display_handle,
conf_display.scale,
conf_display.scale.unwrap_or(1.0),
)?;
if let Some(attach_to) = &conf_display.attach_to {