style: format
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ Text {
|
|||||||
font.underline: true
|
font.underline: true
|
||||||
color: "blue"
|
color: "blue"
|
||||||
|
|
||||||
signal clicked()
|
signal clicked
|
||||||
|
|
||||||
MouseArea {
|
MouseArea {
|
||||||
id: mouseArea
|
id: mouseArea
|
||||||
|
|||||||
+1
-1
@@ -109,7 +109,7 @@ AppWindow {
|
|||||||
AppLink {
|
AppLink {
|
||||||
text: "flowy.live"
|
text: "flowy.live"
|
||||||
onClicked: {
|
onClicked: {
|
||||||
Qt.openUrlExternally("https://flowy.live")
|
Qt.openUrlExternally("https://flowy.live");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user