Show date in status bar in convergence mode

Force the date label visible in convergence mode, matching the
existing behavior of the dateInStatusBar setting.
This commit is contained in:
Marco Allegretti 2026-04-08 20:12:27 +02:00
parent e12e6b3a66
commit 32a9b04864

View file

@ -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