[Readme] Replace config section with new config window
This commit is contained in:
parent
d7d372e068
commit
1f83854610
1 changed files with 1 additions and 35 deletions
36
README.md
36
README.md
|
@ -18,38 +18,4 @@
|
|||
|
||||
|
||||
## Config
|
||||
You can configure OpenAsar via `settings.json` (found in your Discord app data / user data), under a `openasar` object. Keep in mind most options are defaults for good reason.
|
||||
|
||||
### OpenAsar Options
|
||||
- `quickstart` (bool, default false) - whether to use Quickstart (experimental)
|
||||
- `themeSync` (bool, default true) - syncs your modded client's theme with splash theming
|
||||
- `autoupdate` (bool, default true) - whether to autoupdate OpenAsar after Discord startup
|
||||
- `updatePrompt` (bool, default false) - whether to show update prompt after updating OpenAsar
|
||||
- `splashText` (bool, default false) - whether to show bottom right version info text in splash
|
||||
|
||||
### Extra Discord Options
|
||||
- `multiInstance` (bool, default false) - whether to enable multi-instance
|
||||
|
||||
An example of a settings.json with OpenAsar config:
|
||||
```json
|
||||
{
|
||||
"BACKGROUND_COLOR": "#202225",
|
||||
"IS_MAXIMIZED": false,
|
||||
"IS_MINIMIZED": false,
|
||||
"WINDOW_BOUNDS": {
|
||||
"x": 801,
|
||||
"y": 22,
|
||||
"width": 797,
|
||||
"height": 876
|
||||
},
|
||||
"MINIMIZE_TO_TRAY": false,
|
||||
"OPEN_ON_STARTUP": false,
|
||||
"openasar": {
|
||||
"quickstart": true
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
Additionally there are some environmental variables you can use:
|
||||
- `OPENASAR_QUICKSTART` (bool, default false) - same as `quickstart` config option
|
||||
- `OPENASAR_NOSTART` (bool, default false) - if enabled halts starting after splash loads (for splash testing)
|
||||
You can configure OpenAsar by clicking the "OpenAsar"... version info in the bottom of your settings sidebar, which will open the config window.
|
Loading…
Reference in a new issue