mirror of
https://github.com/redstrate/Astra.git
synced 2025-04-20 03:37:47 +00:00
Use the localhost TLD when tapping "Set to localhost"
This commit is contained in:
parent
4ae2a119c4
commit
7095eeef3f
1 changed files with 2 additions and 2 deletions
|
@ -111,8 +111,8 @@ FormCard.FormCardPage {
|
|||
|
||||
onClicked: {
|
||||
preferredProtocolDelegate.text = "http";
|
||||
squareMainServerDelegate.text = "ffxiv.local";
|
||||
loginServerDelegate.text = "square.local";
|
||||
squareMainServerDelegate.text = "ffxiv.localhost";
|
||||
loginServerDelegate.text = "square.localhost";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue