1
0
Fork 0
mirror of https://github.com/Acamaeda/The-Modding-Tree.git synced 2025-04-24 18:21:03 +00:00

feat: Universal Milestone Popup Toggle

This commit is contained in:
Braeden 2024-10-27 17:52:21 -04:00
parent da021a177e
commit 6749edf080
3 changed files with 7 additions and 1 deletions
js/utils

View file

@ -14,6 +14,7 @@ function getStartOptions() {
forceOneTab: false,
oldStyle: false,
tooltipForcing: true,
hideMilestonePopups: false,
}
}
@ -76,3 +77,5 @@ function milestoneShown(layer, id) {
}
return false;
}
let formatOption = (opt) => opt ? 'ON' : 'OFF'