Fix? for issue #402

This commit is contained in:
Mashintime 2023-04-25 16:49:37 -04:00
parent 1096228b13
commit d027912c64

View file

@ -3451,5 +3451,5 @@ function changeGuiDesign(design) {
}
setTimeout(() => {
autostart();
}, 1250);
}, 2500);
}