diff options
| author | 2026-01-14 10:33:45 +0800 | |
|---|---|---|
| committer | 2026-01-14 10:33:45 +0800 | |
| commit | e274b51b98e047d9a9dab8fa2e5f6df63f0f3fc8 (patch) | |
| tree | f218db74b2d87364395e1f6873334d1bc4219f6d /src-tauri/src/main.rs | |
| parent | 6d04672b3d293b6350fb4cf4710babbe5583dbc5 (diff) | |
| download | DropOut-e274b51b98e047d9a9dab8fa2e5f6df63f0f3fc8.tar.gz DropOut-e274b51b98e047d9a9dab8fa2e5f6df63f0f3fc8.zip | |
refactor: remove launcher and config modules to streamline codebase
Diffstat (limited to 'src-tauri/src/main.rs')
| -rw-r--r-- | src-tauri/src/main.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src-tauri/src/main.rs b/src-tauri/src/main.rs index 74b792a..54da124 100644 --- a/src-tauri/src/main.rs +++ b/src-tauri/src/main.rs @@ -8,7 +8,6 @@ use tokio::io::{AsyncBufReadExt, BufReader}; use tokio::process::Command; mod core; -mod launcher; mod utils; // Global storage for MS refresh token (not in Account struct to keep it separate) |