mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-03 20:06:08 +01:00 
			
		
		
		
	server: Remove dashes from syntax theme name
This commit is contained in:
		@@ -150,7 +150,7 @@ function getSyntaxHighlightingThemes() {
 | 
			
		||||
            
 | 
			
		||||
            return {
 | 
			
		||||
                val: `default:${nameWithoutExtension}`,
 | 
			
		||||
                title: nameWithoutExtension
 | 
			
		||||
                title: nameWithoutExtension.replace(/-/g, " ")
 | 
			
		||||
            };
 | 
			
		||||
        });
 | 
			
		||||
    return allThemes;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user