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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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;