mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-30 18:05:55 +01:00 
			
		
		
		
	moving from inherited attribute queries to owned one where it makes sense
This commit is contained in:
		| @@ -90,7 +90,7 @@ async function getUserThemes() { | ||||
|     const ret = []; | ||||
|  | ||||
|     for (const note of notes) { | ||||
|         let value = await note.getLabelValue('appTheme'); | ||||
|         let value = await note.getOwnedLabelValue('appTheme'); | ||||
|  | ||||
|         if (!value) { | ||||
|             value = note.title.toLowerCase().replace(/[^a-z0-9]/gi, '-'); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user