Skip to content

Commit c7e0153

Browse files
committed
Remove the 'v' from the version at the bottom of the UI
1 parent 4e32ba4 commit c7e0153

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui.qml.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7327,7 +7327,7 @@ Item {
73277327
Layout.fillWidth: true
73287328
font.pixelSize: 0.2 * unit
73297329
horizontalAlignment: Text.AlignHCenter
7330-
text: "Refloat v{{VERSION}}"
7330+
text: "Refloat {{VERSION}}"
73317331
}
73327332
}
73337333
}

0 commit comments

Comments
 (0)