add hideTabRowForOneTab if missing, fixes #660

This commit is contained in:
zadam
2019-10-18 21:04:20 +02:00
parent 21588829c7
commit 157bd3816d
3 changed files with 6 additions and 1 deletions

View File

@@ -82,6 +82,8 @@ async function initNotSyncedOptions(initialized, startNotePath = 'root', opts =
await optionService.createOption('spellCheckEnabled', 'true', false);
await optionService.createOption('spellCheckLanguageCode', 'en-US', false);
await optionService.createOption('hideTabRowForOneTab', 'false', false);
}
module.exports = {