mirror of
				https://github.com/TriliumNext/Notes.git
				synced 2025-10-31 13:01:31 +08:00 
			
		
		
		
	put missing options also to sqlInit
This commit is contained in:
		
							parent
							
								
									1ef3188213
								
							
						
					
					
						commit
						892a254e5a
					
				| @ -42,6 +42,9 @@ async function initNotSyncedOptions(initialized, startNotePath = 'root', syncSer | |||||||
|     await optionService.createOption('zoomFactor', 1.0, false); |     await optionService.createOption('zoomFactor', 1.0, false); | ||||||
|     await optionService.createOption('theme', 'white', false); |     await optionService.createOption('theme', 'white', false); | ||||||
| 
 | 
 | ||||||
|  |     await optionService.createOption('leftPaneMinWidth', '350', false); | ||||||
|  |     await optionService.createOption('leftPaneWidthPercent', '20', false); | ||||||
|  | 
 | ||||||
|     await optionService.createOption('syncServerHost', syncServerHost, false); |     await optionService.createOption('syncServerHost', syncServerHost, false); | ||||||
|     await optionService.createOption('syncServerTimeout', 5000, false); |     await optionService.createOption('syncServerTimeout', 5000, false); | ||||||
|     await optionService.createOption('syncProxy', syncProxy, false); |     await optionService.createOption('syncProxy', syncProxy, false); | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 azivner
						azivner