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
+4 -4
View File
@@ -107,10 +107,10 @@ AppWindow {
}
AppLink {
text: "flowy.live"
onClicked: {
Qt.openUrlExternally("https://flowy.live")
}
text: "flowy.live"
onClicked: {
Qt.openUrlExternally("https://flowy.live");
}
}
AppImage {