style: format

This commit is contained in:
talksik
2025-04-12 17:21:20 -07:00
parent 15f36909b3
commit 9dc3022120
2 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -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
View File
@@ -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");
} }
} }