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
commit 5d9f80ea40
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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