WayVR: Use wayvr-dashboard as the default executable if it's not set

This commit is contained in:
Aleksander
2025-05-06 16:06:12 +02:00
parent f6f330cedd
commit de56c99e36
2 changed files with 9 additions and 6 deletions

View File

@@ -117,7 +117,7 @@ fn def_blit_method() -> String {
String::from("dmabuf")
}
#[derive(Deserialize, Serialize)]
#[derive(Clone, Deserialize, Serialize)]
pub struct WayVRDashboard {
pub exec: String,
pub args: Option<String>,