Skip to content

Commit 84372bf

Browse files
committed
add version number, text color
1 parent 3263a16 commit 84372bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Modules/Main.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1568,9 +1568,9 @@ end
15681568
---Shows a OneDrive-specific read error popup with a help button that opens a browser to PoB's GitHub wiki.
15691569
function main:OpenOneDriveErrPopup(fileName)
15701570
ConPrintf("Error: OneDrive: file unreadable: %s", fileName or "?")
1571-
fileName = fileName and "\n\n'"..fileName.."'" or ""
1571+
fileName = fileName and "\n\n^8'"..fileName.."'" or ""
15721572
local title = " Cannot read file "
1573-
local msg = "\nMake sure OneDrive is running then restart "..APP_NAME.." and try again."..fileName
1573+
local msg = "\nMake sure OneDrive is running then restart "..APP_NAME.." and try again."..fileName.."\n\n^8v"..launch.versionNumber
15741574
local url = "https://github.com/PathOfBuildingCommunity/PathOfBuilding/wiki/OneDrive"
15751575
self.saveSettingsOnExit = false
15761576
local controls = { }

0 commit comments

Comments
 (0)