Refactored events to notifications on front-end, added prefutils to read

shared  preferences.
This commit is contained in:
rzuasti
2026-03-02 13:59:50 -05:00
parent 2d64efa44b
commit e6b5594226
14 changed files with 293 additions and 38 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ pub async fn scan() -> Result<(), Box<dyn std::error::Error>> {
};
}
info!(
"Scan finished. Sleeping for {} seconds",
"Scan finished. Sleeping for {}",
get_settings().timings.wait_between_scans
);
sleep(Duration::from(get_settings().timings.wait_between_scans)).await;