Save 'enabled' configuration between restarts

This commit is contained in:
Roxanne Skelly 2018-09-24 16:16:56 -07:00
parent c1d2f00c9b
commit e3943f210d

View file

@ -398,6 +398,7 @@ var labels = {
checked: true,
click: function () {
trayNotifications.enable(!trayNotifications.enabled(), notificationCallback);
userConfig.save(configPath);
updateTrayMenu(homeServer ? homeServer.state : ProcessGroupStates.STOPPED);
}
},