fix wayvrctl

This commit is contained in:
galister
2026-01-05 20:52:19 +09:00
parent 0e291837da
commit fd9becc398
2 changed files with 27 additions and 1 deletions
+4
View File
@@ -105,6 +105,8 @@ pub async fn wvr_process_launch(
exec: String,
name: String,
env: Vec<String>,
resolution: [u32; 2],
icon: Option<String>,
args: String,
userdata: HashMap<String, String>,
) {
@@ -118,6 +120,8 @@ pub async fn wvr_process_launch(
exec,
name,
args,
resolution,
icon,
userdata,
},
)