Merge remote-tracking branch 'origin/wlvk' into next-dash-interface

[skip ci]
This commit is contained in:
Aleksander
2025-12-25 15:00:12 +01:00
parent ccf72b16c5
commit 99a2dcdd55
12 changed files with 84 additions and 57 deletions
-2
View File
@@ -105,7 +105,6 @@ pub async fn wvr_process_launch(
exec: String,
name: String,
env: Vec<String>,
target_display: packet_server::WvrDisplayHandle,
args: String,
userdata: HashMap<String, String>,
) {
@@ -118,7 +117,6 @@ pub async fn wvr_process_launch(
env,
exec,
name,
target_display,
args,
userdata,
},