diff --git a/server-console/src/main.js b/server-console/src/main.js index b3577e44fe..95b5935255 100644 --- a/server-console/src/main.js +++ b/server-console/src/main.js @@ -398,6 +398,7 @@ var labels = { checked: true, click: function () { trayNotifications.enable(!trayNotifications.enabled(), notificationCallback); + userConfig.save(configPath); updateTrayMenu(homeServer ? homeServer.state : ProcessGroupStates.STOPPED); } },