Skip to content

Commit

Permalink
"0" instead of "nothing yet"
Browse files Browse the repository at this point in the history
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
  • Loading branch information
alxlg authored and bouteillerAlan committed Oct 21, 2022
1 parent c7c6413 commit 161c69d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contents/ui/appcounter.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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: "/"

Expand Down

0 comments on commit 161c69d

Please sign in to comment.