1
0
Fork 0
mirror of https://github.com/Acamaeda/The-Modding-Tree.git synced 2024-11-21 08:12:39 +00:00

Merge pull request #75 from FlamemasterNXF/master

fix: Force Tooltips
This commit is contained in:
Braeden 2024-10-27 16:51:06 -04:00 committed by GitHub
commit e62d1e1710
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,7 +13,7 @@ function getStartOptions() {
showStory: true, showStory: true,
forceOneTab: false, forceOneTab: false,
oldStyle: false, oldStyle: false,
tooltipForcing: true, forceTooltips: true,
} }
} }