mirror of
				https://github.com/Swordfish90/cool-retro-term.git
				synced 2025-10-31 15:12:28 +00:00 
			
		
		
		
	Print system font log only when verbose is enabled.
This commit is contained in:
		| @@ -236,7 +236,9 @@ QtObject{ | ||||
|     function addSystemFonts() { | ||||
|         var families = monospaceSystemFonts; | ||||
|         for (var i = 0; i < families.length; i++) { | ||||
|             if (verbose) { | ||||
|                 console.log("Adding system font: ", families[i]) | ||||
|             } | ||||
|             fontlist.append(convertToListElement(families[i])) | ||||
|         } | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user