Skip to content

Commit 36947a9

Browse files
authored
Add tooltip warning to flavour text config (#9180)
1 parent 042211f commit 36947a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Modules/Main.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -968,6 +968,7 @@ function main:OpenOptionsPopup()
968968
controls.showFlavourText = new("CheckBoxControl", { "TOPLEFT", nil, "TOPLEFT" }, { defaultLabelPlacementX, currentY, 20 }, "^7Styled Tooltips with Flavour Text:", function(state)
969969
self.showFlavourText = state
970970
end)
971+
controls.showFlavourText.tooltipText = "If updating while inside a build, please re-load the build after saving."
971972

972973
nextRow()
973974
drawSectionHeader("build", "Build-related options")

0 commit comments

Comments
 (0)