#Discord « update »

11 messages · Page 1 of 1 (latest)

waxen river
#

I ça y dix this

mental osprey
#

it's already out hours ago
if it's not in your repo
update your mirrors

waxen river
mental osprey
waxen river
cloud otter
#

For future reference, you can just go to ~/.config/discord/settings.json and if it contains

{
 "BACKGROUND_COLOR": "#202225",
 "IS_MAXIMIZED": false,
 "IS_MINIMIZED": false,
 "WINDOW_BOUNDS": {
   "x": 0,
   "y": 0,
   "width": 1920,
   "height": 1080
 }
}

then replace it with

{
 "BACKGROUND_COLOR": "#202225",
 "IS_MAXIMIZED": false,
 "IS_MINIMIZED": false,
 "WINDOW_BOUNDS": {
   "x": 0,
   "y": 0,
   "width": 1920,
   "height": 1080
 },
 "SKIP_HOST_UPDATE": true
}

The SKIP_HOST_UPDATE key is responsible for that popup, and this way you can disable it. It's useful whenever Discord releases a new update, but the maintainers aren't yet done adding it.

cloud otter
jade surgeBOT
#

script.kiddie received a thank you cookie!