configurable hiding of tab row for one tab

This commit is contained in:
zadam
2019-05-12 21:45:30 +02:00
parent 8b030a2323
commit fab8b77794
10 changed files with 95 additions and 33 deletions

View File

@@ -19,7 +19,8 @@ const ALLOWED_OPTIONS = [
'mainFontSize',
'treeFontSize',
'detailFontSize',
'openTabs'
'openTabs',
'hideTabRowForOneTab'
];
async function getOptions() {