mirror of
https://github.com/vladmandic/automatic
synced 2026-09-15 02:58:44 +02:00
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user