mirror of
				https://github.com/Swordfish90/cool-retro-term.git
				synced 2025-11-04 09:02:14 +00:00 
			
		
		
		
	Improved frames. They are now faster, better looking, and more customizable. Also added a workaround for segementation faults when changing them.
This commit is contained in:
		@@ -78,7 +78,7 @@ Item{
 | 
			
		||||
 | 
			
		||||
    ListModel{
 | 
			
		||||
        id: framelist
 | 
			
		||||
        ListElement{text: "No frame"; source: "./frames/NoFrame.qml"; reflections: false}
 | 
			
		||||
        ListElement{text: "No frame"; source: ""; reflections: false}
 | 
			
		||||
        ListElement{text: "Simple white frame"; source: "./frames/WhiteSimpleFrame.qml"; reflections: true}
 | 
			
		||||
        ListElement{text: "Rough black frame"; source: "./frames/BlackRoughFrame.qml"; reflections: true}
 | 
			
		||||
    }
 | 
			
		||||
@@ -154,7 +154,7 @@ Item{
 | 
			
		||||
 | 
			
		||||
    // FRAMES /////////////////////////////////////////////////////////////////
 | 
			
		||||
 | 
			
		||||
    property bool _frameReflections: true
 | 
			
		||||
    property bool _frameReflections: false
 | 
			
		||||
    property bool reflectionsAllowed: framelist.get(frames_index).reflections
 | 
			
		||||
    property bool frameReflections: _frameReflections && reflectionsAllowed
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user