Zhao Yuhang
2025-04-10 f79b4c3ef8fae15e1bce56e4443caa76a9e2b00a
examples/qml/main.qml
@@ -49,7 +49,8 @@
            right: parent.right
        }
        height: 32
        color: window.active ? "#3C3C3C" : "#505050"
        //color: window.active ? "#3C3C3C" : "#505050"
        color: "transparent"
        Component.onCompleted: windowAgent.setTitleBar(titleBar)
        Image {
@@ -143,6 +144,7 @@
        color: "#FEFEFE"
        Component.onCompleted: {
            if ($curveRenderingAvailable) {
                console.log("Curve rendering for text is available.")
                timeLabel.renderType = Text.CurveRendering
            }
        }