Merge branch 'main' into feat/waveform-loudness-cache

This commit is contained in:
Psychotoxical
2026-04-26 02:05:10 +02:00
9 changed files with 305 additions and 349 deletions
-8
View File
@@ -3885,14 +3885,6 @@ pub fn run() {
}
}
#[cfg(debug_assertions)]
{
use tauri::Manager;
if let Some(win) = app.get_webview_window("main") {
win.open_devtools();
}
}
// ── System tray ───────────────────────────────────────────────
// Always build on startup when possible; the frontend calls toggle_tray_icon(false)
// immediately after load if the user has disabled the tray icon.