fix: resolve macOS lightweight mode exit synchronization issues and improve logging levels #5241

This commit is contained in:
Tunglies
2025-11-01 10:07:29 +08:00
parent 52545a626c
commit c0e111e756
6 changed files with 90 additions and 132 deletions

View File

@@ -155,7 +155,7 @@ impl Timer {
.set_maximum_parallel_runnable_num(1)
.set_frequency_count_down_by_seconds(3, 3)
.spawn_async_routine(|| async move {
logging!(info, Type::Timer, "Updating tray menu");
logging!(debug, Type::Timer, "Updating tray menu");
crate::core::tray::Tray::global()
.update_tray_display()
.await