added option to enable native title bar (disabled by default)

This commit is contained in:
zadam
2019-12-24 12:10:32 +01:00
parent 6fc19bfb93
commit 229974e543
6 changed files with 57 additions and 30 deletions

View File

@@ -33,7 +33,8 @@ const ALLOWED_OPTIONS = new Set([
'imageJpegQuality',
'leftPaneWidth',
'rightPaneWidth',
'rightPaneVisible'
'rightPaneVisible',
'nativeTitleBarVisible'
]);
async function getOptions() {