mirror of
https://github.com/zadam/trilium.git
synced 2025-10-30 01:36:24 +01:00
added option to enable native title bar (disabled by default)
This commit is contained in:
@@ -33,7 +33,8 @@ const ALLOWED_OPTIONS = new Set([
|
||||
'imageJpegQuality',
|
||||
'leftPaneWidth',
|
||||
'rightPaneWidth',
|
||||
'rightPaneVisible'
|
||||
'rightPaneVisible',
|
||||
'nativeTitleBarVisible'
|
||||
]);
|
||||
|
||||
async function getOptions() {
|
||||
|
||||
Reference in New Issue
Block a user