mirror of
https://github.com/vladmandic/automatic
synced 2026-09-06 13:00:44 +02:00
fix extra networks
This commit is contained in:
@@ -42,7 +42,7 @@ function onOptionsChanged(callback) {
|
||||
}
|
||||
|
||||
function executeCallbacks(queue, arg) {
|
||||
if (!uiLoaded) return
|
||||
// if (!uiLoaded) return
|
||||
for (const callback of queue) {
|
||||
try {
|
||||
callback(arg);
|
||||
|
||||
Reference in New Issue
Block a user