mirror of
				https://github.com/Swordfish90/cool-retro-term.git
				synced 2025-11-04 09:02:14 +00:00 
			
		
		
		
	Fix: font was not updated when profile changed.
This commit is contained in:
		@@ -63,7 +63,7 @@ Tab{
 | 
				
			|||||||
                    }
 | 
					                    }
 | 
				
			||||||
                    Connections{
 | 
					                    Connections{
 | 
				
			||||||
                        target: appSettings
 | 
					                        target: appSettings
 | 
				
			||||||
                        onRasterizationChanged: fontChanger.updateIndex();
 | 
					                        onTerminalFontChanged: fontChanger.updateIndex();
 | 
				
			||||||
                    }
 | 
					                    }
 | 
				
			||||||
                    Component.onCompleted: updateIndex();
 | 
					                    Component.onCompleted: updateIndex();
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user