mirror of
https://github.com/vladmandic/automatic
synced 2026-09-11 07:18:44 +02:00
@@ -65,6 +65,7 @@ function onOptionsChanged(callback) {
|
||||
function executeCallbacks(queue, arg) {
|
||||
// if (!uiLoaded) return
|
||||
for (const callback of queue) {
|
||||
if (!callback) continue;
|
||||
try {
|
||||
callback(arg);
|
||||
} catch (e) {
|
||||
|
||||
Reference in New Issue
Block a user