chore: Removed tools/

Signed-off-by: quexeky <git@quexeky.dev>
This commit is contained in:
quexeky
2025-01-06 20:06:01 +11:00
parent 9418761df2
commit 2db1b36d2e
5 changed files with 1 additions and 71 deletions
+1 -2
View File
@@ -5,11 +5,10 @@ mod games;
mod autostart;
mod cleanup;
mod debug;
pub mod download_manager;
mod download_manager;
mod process;
mod remote;
pub mod settings;
mod tools;
use crate::autostart::{get_autostart_enabled, toggle_autostart};
use crate::db::DatabaseImpls;