fix(desktop): correct module name for linux_display in main.rs (#12862)

This commit is contained in:
Luke Parker
2026-02-10 07:13:47 +10:00
committed by GitHub
parent 9824370f82
commit 3d6fb29f0c
2 changed files with 2 additions and 5 deletions

View File

@@ -3,7 +3,7 @@ mod constants;
#[cfg(windows)]
mod job_object;
#[cfg(target_os = "linux")]
mod linux_display;
pub mod linux_display;
mod markdown;
mod server;
mod window_customizer;