diff --git a/components/mobileshell/qml/statusbar/ClockText.qml b/components/mobileshell/qml/statusbar/ClockText.qml index 45ca3dcd..a81b44e7 100644 --- a/components/mobileshell/qml/statusbar/ClockText.qml +++ b/components/mobileshell/qml/statusbar/ClockText.qml @@ -34,7 +34,7 @@ RowLayout { PlasmaComponents.Label { id: date - visible: ShellSettings.Settings.dateInStatusBar && !root.showSecondRow + visible: (ShellSettings.Settings.dateInStatusBar || ShellSettings.Settings.convergenceModeEnabled) && !root.showSecondRow text: Qt.formatDate(clockSource.dateTime, "ddd. MMMM d") color: Kirigami.Theme.textColor