Refactor loading screen with updated styles and dynamic quotes

This commit is contained in:
2026-06-04 04:09:00 +02:00
parent 5da609cce4
commit 7102e3dd01
2 changed files with 80 additions and 25 deletions
-2
View File
@@ -147,8 +147,6 @@ export function createApplicationController({
return;
}
await loadingWindow.loadURL(paths.loadingDashboardUrl);
const loadingShownAt = now();
if (!mainWindow) {