diff --git a/README.md b/README.md index bbd84f3..177dc9e 100644 --- a/README.md +++ b/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. \ No newline at end of file