Closed ivoxavier closed 1 year ago
Rectangle{ anchors{ top: parent.header.bottom left : parent.left right : parent.right bottom : parent.bottom } color : Suru.theme === 0 ? root.kaltracker_light_theme.background : root.kaltracker_dark_theme.background }
Make this a separate Component under qml/components
qml/components
Rectangle{ anchors{ top: parent.header.bottom left : parent.left right : parent.right bottom : parent.bottom } color : Suru.theme === 0 ? root.kaltracker_light_theme.background : root.kaltracker_dark_theme.background }
Make this a separate Component under
qml/components