File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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.
15691569function 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 = " \n Make sure OneDrive is running then restart " .. APP_NAME .. " and try again." .. fileName
1573+ local msg = " \n Make 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 = { }
You can’t perform that action at this time.
0 commit comments