feat: autolaunch via Startup folder on windows

This commit is contained in:
wonfen
2025-04-19 13:51:11 +08:00
parent c718ef3058
commit 41629df189
4 changed files with 168 additions and 7 deletions

View File

@@ -1,3 +1,4 @@
pub mod autostart;
pub mod dirs;
pub mod error;
pub mod help;