From aa1ce4e7eace6816e62b098c8a791c9427cbd3a7 Mon Sep 17 00:00:00 2001 From: Nate Graham Date: Mon, 1 Mar 2021 14:46:56 -0700 Subject: [PATCH] [PlaceholderMessage] Correct my silly mistake Sorry about that. --- .../plasmaextracomponents/qml/PlaceholderMessage.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/declarativeimports/plasmaextracomponents/qml/PlaceholderMessage.qml b/src/declarativeimports/plasmaextracomponents/qml/PlaceholderMessage.qml index 9ade6c519..58e50c346 100644 --- a/src/declarativeimports/plasmaextracomponents/qml/PlaceholderMessage.qml +++ b/src/declarativeimports/plasmaextracomponents/qml/PlaceholderMessage.qml @@ -233,7 +233,7 @@ ColumnLayout { } PlasmaComponents3.Label { - text: root.text + text: root.explanation visible: root.explanation !== "" opacity: 0.5