You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `ClientDefinitions.ini` file defines the client's global settings, including the game type, recommended resolutions and the executable file used to launch the game.
516
+
517
+
In `ClientDefinitions.ini`:
518
+
```ini
519
+
[Settings]
520
+
TrustedDomains= ; comma-separated list of strings,
521
+
; domain names to match links and prevent the message box from appearing before they open by default browser
Copy file name to clipboardExpand all lines: Docs/Migration-INI.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -904,7 +904,7 @@ Location=12,189
904
904
905
905
## Appendix
906
906
907
-
For completion's sake, below are additional steps required for a complete migration (beyond INI changes) to client version [2.11.0.0][client] from pre-2.11.0.0.
907
+
For completion's sake, below are additional steps required for a complete migration (beyond INI changes) to client version [2.11.0.0][client_2.11] from pre-2.11.0.0.
0 commit comments