Skip to content

Commit

Permalink
Fix developer settings
Browse files Browse the repository at this point in the history
  • Loading branch information
redstrate committed Jul 29, 2024
1 parent 20eba82 commit 2b346cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions launcher/ui/Settings/DeveloperSettings.qml
Original file line number Diff line number Diff line change
Expand Up @@ -108,19 +108,19 @@ 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
onTextChanged: LauncherCore.settings.squareEnixServer = text
}

FormCard.FormDelegateSeparator {
above: mainServerDelegate
above: squareMainServerDelegate
below: loginServerDelegate
}

Expand Down

0 comments on commit 2b346cb

Please sign in to comment.