From 161c69d324bd16a94f0892821b485c51e1aeea76 Mon Sep 17 00:00:00 2001 From: Alex L Date: Thu, 13 Oct 2022 18:34:44 +0200 Subject: [PATCH] "0" instead of "nothing yet" For me "nothing yet" was even truncated and appeared as "ing ye"; I solved this by using "0" instead. PRing in case you are interested too. Cheers --- contents/ui/appcounter.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contents/ui/appcounter.qml b/contents/ui/appcounter.qml index 0632102..a5c72d5 100644 --- a/contents/ui/appcounter.qml +++ b/contents/ui/appcounter.qml @@ -13,7 +13,7 @@ import org.kde.kwindowsystem 1.0 as KWindowSystem Item { id: root - property string text: "nothing yet" + property string text: "0" property string deskSep: "~" property string totSep: "/"