qml: skip long version if it's the same as short

This commit is contained in:
Vaxry 2024-10-13 17:29:59 +01:00
parent 5e1ab4fcc4
commit 1ba083c4db
1 changed files with 1 additions and 0 deletions

View File

@ -124,6 +124,7 @@ ApplicationWindow {
} }
Text { Text {
visible: hsi.getHyprlandVersion() != hsi.getHyprlandVersionLong()
text: hsi.getHyprlandVersionLong() text: hsi.getHyprlandVersionLong()
Layout.alignment: Qt.AlignHCenter Layout.alignment: Qt.AlignHCenter
color: system.windowText color: system.windowText