Files
coop/crates/title_bar/src/platforms/mod.rs
reya c188f12993 chore: Refine the UI (#102)
* update deps

* update window options

* linux title bar

* fix build

* .

* fix build

* rounded corners on linux

* .

* .

* fix i18n key

* fix change subject modal

* .

* update new account

* .

* update relay modal

* .

* fix i18n keys

---------

Co-authored-by: reya <reya@macbook.local>
2025-08-02 11:37:15 +07:00

5 lines
73 B
Rust

#[cfg(target_os = "linux")]
pub mod linux;
pub mod mac;
pub mod windows;