From 1ba083c4dbd808ece63958bf13d7341dd5ae0281 Mon Sep 17 00:00:00 2001 From: Vaxry Date: Sun, 13 Oct 2024 17:29:59 +0100 Subject: [PATCH] qml: skip long version if it's the same as short --- qml/main.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/qml/main.qml b/qml/main.qml index 5d3685e..cf13a67 100644 --- a/qml/main.qml +++ b/qml/main.qml @@ -124,6 +124,7 @@ ApplicationWindow { } Text { + visible: hsi.getHyprlandVersion() != hsi.getHyprlandVersionLong() text: hsi.getHyprlandVersionLong() Layout.alignment: Qt.AlignHCenter color: system.windowText