This commit is contained in:
galister
2025-10-31 17:33:38 +09:00
parent fa562f7b12
commit 67017a9f54
21 changed files with 30 additions and 39 deletions

View File

@@ -125,8 +125,7 @@ impl OverlayWindowData<OpenXrOverlayData> {
.config
.active_state
.as_ref()
.map(|x| x.alpha > 0.05)
.unwrap_or(false);
.is_some_and(|x| x.alpha > 0.05);
if self.data.last_visible != want_visible {
if want_visible {