chore: remove fast-dev profile and enhance dev profile settings

This commit is contained in:
Tunglies
2025-04-27 15:13:21 +08:00
parent 7383459b9a
commit 9d9dd73790
4 changed files with 14 additions and 19 deletions

View File

@@ -9,5 +9,4 @@ pub mod timer;
pub mod tray;
pub mod win_uwp;
pub use self::core::*;
pub use self::timer::Timer;
pub use self::{core::*, timer::Timer};