feat: macos system tray addition rate display

This commit is contained in:
huzibaca
2024-12-25 02:11:07 +08:00
parent 53334f05b8
commit 97864e8df3
13 changed files with 611 additions and 334 deletions

View File

@@ -76,7 +76,6 @@ impl CoreManager {
service::stop_core_by_service().await?;
}
*running = false;
Ok(())
}
@@ -96,6 +95,7 @@ impl CoreManager {
service::run_core_by_service(&config_path).await?;
*running = true;
}
Ok(())
}