Add more options to SD plugin

This commit is contained in:
SillyLossy
2023-05-03 23:49:57 +03:00
parent 587de1fb12
commit 437cf59a48
4 changed files with 208 additions and 10 deletions

View File

@ -381,4 +381,5 @@ function onClickExpressionImage() {
addExpressionImage();
addSettings();
setInterval(moduleWorkerWrapper, UPDATE_INTERVAL);
moduleWorkerWrapper();
})();