1
Fork 0
mirror of https://github.com/redstrate/Astra.git synced 2025-04-20 19:57:45 +00:00

Fix developer settings

This commit is contained in:
Joshua Goins 2024-07-28 22:16:55 -04:00
parent 20eba826ee
commit 2b346cb4fd

View file

@ -108,11 +108,11 @@ FormCard.FormCardPage {
FormCard.FormDelegateSeparator {
above: dalamudServerDelegate
below: mainServerDelegate
below: squareMainServerDelegate
}
FormCard.FormTextFieldDelegate {
id: mainServerDelegate
id: squareMainServerDelegate
label: i18n("SE Main Server (ffxiv.com)")
text: LauncherCore.settings.squareEnixServer
@ -120,7 +120,7 @@ FormCard.FormCardPage {
}
FormCard.FormDelegateSeparator {
above: mainServerDelegate
above: squareMainServerDelegate
below: loginServerDelegate
}