Discord: Difference between revisions

imported>Sorrel
krisp is broken by binary patching
imported>Wolf2482-1639
Tell what to do if the setting.json file doesn't already exit
Line 73: Line 73:


To prevent Discord from checking for new versions, add the following to <code>~/.config/discord/settings.json</code>:
To prevent Discord from checking for new versions, add the following to <code>~/.config/discord/settings.json</code>:
<syntaxhighlight lang="json">"SKIP_HOST_UPDATE": true</syntaxhighlight>
<syntaxhighlight lang="json">
{
    "SKIP_HOST_UPDATE": true
}</syntaxhighlight>
If the file already exists the braces aren't necessary.