wayvr window size from res. remove decor tooltips

This commit is contained in:
galister
2026-01-04 16:28:14 +09:00
parent b0763beb4a
commit 0c062d4b36
3 changed files with 7 additions and 3 deletions

View File

@@ -325,6 +325,7 @@ impl WvrServerState {
title,
app,
window_handle,
size_x.max(size_y),
).context("Could not create WvrWindow overlay").inspect_err(|e| log::warn!("{e:?}")).ok()
}),
)));