File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -1569,8 +1569,9 @@ end
15691569function main :OpenOneDriveErrPopup (fileName )
15701570 ConPrintf (" Error: OneDrive: file unreadable: %s" , fileName or " ?" )
15711571 fileName = fileName and " \n\n ^8'" .. fileName .. " '" or " "
1572+ local longVersion = " ^8v" .. launch .versionNumber .. (launch .versionBranch == " dev" and " (Dev)" or launch .versionBranch == " beta" and " (Beta)" or " " )
15721573 local title = " Cannot read file "
1573- local msg = " \n Make sure OneDrive is running then restart " .. APP_NAME .. " and try again." .. fileName .. " \n\n ^8v " .. launch . versionNumber
1574+ local msg = " \n Make sure OneDrive is running then restart " .. APP_NAME .. " and try again." .. fileName .. " \n\n " .. longVersion
15741575 local url = " https://github.com/PathOfBuildingCommunity/PathOfBuilding/wiki/OneDrive"
15751576 self .saveSettingsOnExit = false
15761577 local controls = { }
You can’t perform that action at this time.
0 commit comments