Skip to content

Commit 3567300

Browse files
github-actions[bot]Blitz54LocalIdentity
authored
[pob1-port] Add tooltip warning to flavour text config (#1585)
* Apply changes from PathOfBuildingCommunity/PathOfBuilding#9180 * Fix merge conflict --------- Co-authored-by: Blitz54 <Blitz54@users.noreply.github.com> Co-authored-by: LocalIdentity <localidentity2@gmail.com>
1 parent db4e4c4 commit 3567300

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Modules/Main.lua

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

994995
nextRow()
995996
controls.showAnimations = new("CheckBoxControl", { "TOPLEFT", nil, "TOPLEFT" }, { defaultLabelPlacementX, currentY, 20 }, "^7Show Animations:", function(state)

0 commit comments

Comments
 (0)