mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-30 13:39:52 +00:00
fix(desktop): correct module name for linux_display in main.rs (#12862)
This commit is contained in:
parent
9824370f82
commit
3d6fb29f0c
2 changed files with 2 additions and 5 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue