Merge pull request #144 from olekolek1000/wayvr_dashboard_ipc

WayVR: def_false fix
This commit is contained in:
Aleksander
2025-01-21 18:53:43 +01:00
committed by GitHub

View File

@@ -93,7 +93,7 @@ impl WayVRCatalog {
} }
fn def_false() -> bool { fn def_false() -> bool {
true false
} }
fn def_true() -> bool { fn def_true() -> bool {