Merge branch 'stable'

This commit is contained in:
zadam
2019-11-05 22:28:27 +01:00
22 changed files with 460 additions and 248 deletions

View File

@@ -66,7 +66,9 @@ async function update(name, value) {
return false;
}
log.info(`Updating option ${name} to ${value}`);
if (name !== 'openTabs') {
log.info(`Updating option ${name} to ${value}`);
}
await optionService.setOption(name, value);