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:
parent
da021a177e
commit
6749edf080
3 changed files with 7 additions and 1 deletions
js/utils
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue