1
Fork 0
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:
Joshua Goins 2025-03-17 17:47:01 -04:00
parent 4ae2a119c4
commit 7095eeef3f

View file

@ -111,8 +111,8 @@ FormCard.FormCardPage {
onClicked: { onClicked: {
preferredProtocolDelegate.text = "http"; preferredProtocolDelegate.text = "http";
squareMainServerDelegate.text = "ffxiv.local"; squareMainServerDelegate.text = "ffxiv.localhost";
loginServerDelegate.text = "square.local"; loginServerDelegate.text = "square.localhost";
} }
} }