1
0
Fork 0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2025-07-03 12:06:31 +02:00

Set random supply if settings were preloaded

Fixes #544
This commit is contained in:
kkapsner 2021-05-04 22:52:37 +02:00
parent bde9d3c012
commit b614b84b5f
2 changed files with 4 additions and 0 deletions

View file

@ -39,6 +39,9 @@
settings.on("rng", function(){
setRandomSupplyByType(settings.rng);
});
if (!settings.isStillDefault){
setRandomSupplyByType(settings.rng);
}
function getURL(windowToProcess){
let href;