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:
parent
b0b5b2916e
commit
b04a4af954
1 changed files with 1 additions and 1 deletions
|
@ -541,7 +541,7 @@ QString Profile::frontierUrl() const
|
||||||
{
|
{
|
||||||
if (m_frontierUrl.isEmpty()) {
|
if (m_frontierUrl.isEmpty()) {
|
||||||
// fallback url
|
// fallback url
|
||||||
return QStringLiteral("https://launcher.finalfantasyxiv.com/v600/");
|
return QStringLiteral("https://launcher.finalfantasyxiv.com/v700/");
|
||||||
} else {
|
} else {
|
||||||
return m_frontierUrl;
|
return m_frontierUrl;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue