Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/Modules/Main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -968,6 +968,7 @@ function main:OpenOptionsPopup()
controls.showFlavourText = new("CheckBoxControl", { "TOPLEFT", nil, "TOPLEFT" }, { defaultLabelPlacementX, currentY, 20 }, "^7Styled Tooltips with Flavour Text:", function(state)
self.showFlavourText = state
end)
controls.showFlavourText.tooltipText = "If updating while inside a build, please re-load the build after saving."

nextRow()
drawSectionHeader("build", "Build-related options")
Expand Down