This commit is contained in:
朱子楚\zhuzi
2023-04-11 23:39:20 +08:00
parent 5ea3cb1054
commit 1df3b4ba96
2 changed files with 22 additions and 5 deletions

View File

@ -69,8 +69,7 @@ FluWindow {
text:"https://github.com/zhuzichu520/FluentUI"
Layout.alignment: Qt.AlignBottom
onClicked: {
console.debug(window.width)
// Qt.openUrlExternally(text_hublink.text)
Qt.openUrlExternally(text_hublink.text)
}
}
}