fix(wayland): context in xr

This commit is contained in:
Nova
2024-06-14 22:33:08 -04:00
parent fbe941749a
commit 65a9957be1
2 changed files with 3 additions and 2 deletions

View File

@@ -1,5 +1,6 @@
use crate::core::client::CLIENTS;
use crate::core::client_state::ClientStateParsed;
#[cfg(feature = "wayland")]
use crate::wayland::WAYLAND_DISPLAY;
use crate::{CliArgs, STARDUST_INSTANCE};
use directories::ProjectDirs;