mirror of
				https://github.com/Swordfish90/cool-retro-term.git
				synced 2025-11-04 09:02:14 +00:00 
			
		
		
		
	Also save window position
This commit is contained in:
		@@ -40,6 +40,8 @@ ApplicationWindow{
 | 
				
			|||||||
    // Save window size automatically
 | 
					    // Save window size automatically
 | 
				
			||||||
    Settings {
 | 
					    Settings {
 | 
				
			||||||
        category: "MainWindow"
 | 
					        category: "MainWindow"
 | 
				
			||||||
 | 
					        property alias x: terminalWindow.x
 | 
				
			||||||
 | 
					        property alias y: terminalWindow.y
 | 
				
			||||||
        property alias width: terminalWindow.width
 | 
					        property alias width: terminalWindow.width
 | 
				
			||||||
        property alias height: terminalWindow.height
 | 
					        property alias height: terminalWindow.height
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user