mirror of
https://github.com/hyprwm/hyprsysteminfo.git
synced 2024-11-21 22:55:58 +01:00
qml: skip long version if it's the same as short
This commit is contained in:
parent
5e1ab4fcc4
commit
1ba083c4db
1 changed files with 1 additions and 0 deletions
|
@ -124,6 +124,7 @@ ApplicationWindow {
|
|||
}
|
||||
|
||||
Text {
|
||||
visible: hsi.getHyprlandVersion() != hsi.getHyprlandVersionLong()
|
||||
text: hsi.getHyprlandVersionLong()
|
||||
Layout.alignment: Qt.AlignHCenter
|
||||
color: system.windowText
|
||||
|
|
Loading…
Reference in a new issue