Add portable mode with removable media detection and scanning

This commit is contained in:
lashman
2026-02-28 00:16:52 +02:00
parent f2abfba753
commit 2108b0f3d8
8 changed files with 138 additions and 1 deletions

View File

@@ -11,6 +11,7 @@ pub mod integrator;
pub mod launcher;
pub mod notification;
pub mod orphan;
pub mod portable;
pub mod report;
pub mod security;
pub mod updater;