mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-03 20:06:08 +01:00 
			
		
		
		
	added option to enable native title bar (disabled by default)
This commit is contained in:
		@@ -79,7 +79,8 @@ const defaultOptions = [
 | 
			
		||||
    { name: 'codeNotesMimeTypes', value: '["text/x-csrc","text/x-c++src","text/x-csharp","text/css","text/x-go","text/x-groovy","text/x-haskell","text/html","message/http","text/x-java","application/javascript;env=frontend","application/javascript;env=backend","application/json","text/x-kotlin","text/x-markdown","text/x-perl","text/x-php","text/x-python","text/x-ruby",null,"text/x-sql","text/x-swift","text/xml","text/x-yaml"]', isSynced: true },
 | 
			
		||||
    { name: 'leftPaneWidth', value: '25', isSynced: false },
 | 
			
		||||
    { name: 'rightPaneWidth', value: '25', isSynced: false },
 | 
			
		||||
    { name: 'rightPaneVisible', value: 'true', isSynced: false }
 | 
			
		||||
    { name: 'rightPaneVisible', value: 'true', isSynced: false },
 | 
			
		||||
    { name: 'nativeTitleBarVisible', value: 'false', isSynced: false }
 | 
			
		||||
];
 | 
			
		||||
 | 
			
		||||
async function initStartupOptions() {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user