Fix toolbar

This commit is contained in:
Geomitron
2023-11-29 11:39:54 -06:00
parent 2eef4d0bee
commit 6fae59f762
5 changed files with 19 additions and 42 deletions

View File

@@ -131,6 +131,7 @@ async function loadWindow(retries = 0) {
try {
await mainWindow.loadURL(getLoadUrl())
} catch (err) {
console.log('FAILED TO LOAD WINDOW #', retries)
await loadWindow(retries + 1)
}
}