fix imageviewer and push changes to support uiux

This commit is contained in:
Vladimir Mandic
2024-04-05 13:07:00 -04:00
parent 29e5d88e37
commit 0a4a0b8922
5 changed files with 19 additions and 13 deletions
+2 -1
View File
@@ -2,6 +2,7 @@
async function initStartup() {
log('initStartup');
if (window.setupLogger) await setupLogger();
// all items here are non-blocking async calls
initModels();
@@ -26,7 +27,7 @@ async function initStartup() {
executeCallbacks(uiReadyCallbacks);
// optinally wait for modern ui
if (window.waitForUiUxReady) await window.waitForUiUxReady();
if (window.waitForUiReady) await waitForUiReady();
removeSplash();
// post startup tasks that may take longer but are not critical