fix keyboard scaling, fix openvr spawn

This commit is contained in:
galister
2024-01-28 20:01:17 +01:00
parent 328ef3cfde
commit 220b87659e
4 changed files with 23 additions and 21 deletions

View File

@@ -63,7 +63,6 @@ impl LinePool {
state: OverlayState {
name: Arc::from(format!("wlx-line{}", id)),
show_hide: true,
spawn_scale: 0.002,
size: (0, 0),
..Default::default()
},
@@ -73,6 +72,10 @@ impl LinePool {
}),
..Default::default()
}),
data: OpenVrOverlayData {
width: 0.002,
..Default::default()
},
..Default::default()
};
data.data.sort_order = 69;