Skip to content

Commit cfbb6ca

Browse files
authored
Fix merge conflict
Updated user settings path error message to provide clearer instructions.
1 parent f729e41 commit cfbb6ca

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

src/Modules/Main.lua

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -776,16 +776,9 @@ function main:OpenPathPopup(invalidPath, errMsg, ignoreBuild)
776776
controls.label = new("LabelControl", { "TOPLEFT", nil, "TOPLEFT" }, { defaultLabelPlacementX, 20, 206, 16 }, function()
777777
return "^7User settings path cannot be loaded: ".. errMsg ..
778778
"\nCurrent Path: "..invalidPath:gsub("?", "^1?^7").."/Path of Building/"..
779-
<<<<<<<
780-
"\nSpecify a new location for your Settings.xml:"
781-
end)
782-
controls.explainButton = new("ButtonControl", { "LEFT", controls.label, "RIGHT" }, { 4, 0, 20, 20 }, "?", function()
783-
OpenURL("https://github.com/PathOfBuildingCommunity/PathOfBuilding/wiki/Why-do-I-have-to-change-my-Settings-path%3F")
784-
=======
785779
"\nIf this location is managed by OneDrive, navigate to that folder and manually try" ..
786780
"\nto open Settings.xml in a text editor before re-opening Path of Building" ..
787781
"\nOtherwise, specify a new location for your Settings.xml:"
788-
>>>>>>>
789782
end)
790783
controls.userPath = new("EditControl", { "TOPLEFT", controls.label, "TOPLEFT" }, { 0, 60, 206, 20 }, invalidPath, nil, nil, nil, function(buf)
791784
invalidPath = sanitiseText(buf)

0 commit comments

Comments
 (0)