Skip to content

Commit 6898ea8

Browse files
author
LocalIdentity
committed
Fix merge conflict
1 parent 9238a75 commit 6898ea8

2 files changed

Lines changed: 1 addition & 9 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)

src/Modules/Main.lua.rej

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)