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:
parent
20eba826ee
commit
2b346cb4fd
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue