fix log view

Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2025-01-15 13:11:35 -05:00
parent 5a59054eec
commit f69159ee53
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -8,7 +8,6 @@ async function initStartup() {
initModels();
getUIDefaults();
initPromptChecker();
initLogMonitor();
initContextMenu();
initDragDrop();
initAccordions();
@@ -25,6 +24,7 @@ async function initStartup() {
// make sure all of the ui is ready and options are loaded
while (Object.keys(window.opts).length === 0) await sleep(50);
executeCallbacks(uiReadyCallbacks);
initLogMonitor();
setupExtraNetworks();
// optinally wait for modern ui