mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 07:03:08 +00:00
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:
parent
e12e6b3a66
commit
32a9b04864
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ RowLayout {
|
||||||
|
|
||||||
PlasmaComponents.Label {
|
PlasmaComponents.Label {
|
||||||
id: date
|
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")
|
text: Qt.formatDate(clockSource.dateTime, "ddd. MMMM d")
|
||||||
color: Kirigami.Theme.textColor
|
color: Kirigami.Theme.textColor
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue