1
0
Fork 0
mirror of https://github.com/Acamaeda/The-Modding-Tree.git synced 2024-11-21 16:13:55 +00:00

fix: Force Tooltips

This commit is contained in:
Braeden 2024-06-10 21:05:18 -04:00 committed by GitHub
parent 66d7d5b4fb
commit 2cf8f045ea
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,
} }
} }