1
Fork 0
mirror of https://github.com/redstrate/Astra.git synced 2025-04-20 11:47:46 +00:00

Update the frontier fallback URL

This commit is contained in:
Joshua Goins 2024-06-29 20:16:05 -04:00
parent b0b5b2916e
commit b04a4af954

View file

@ -541,7 +541,7 @@ QString Profile::frontierUrl() const
{
if (m_frontierUrl.isEmpty()) {
// fallback url
return QStringLiteral("https://launcher.finalfantasyxiv.com/v600/");
return QStringLiteral("https://launcher.finalfantasyxiv.com/v700/");
} else {
return m_frontierUrl;
}