diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2026-03-21 13:18:35 +0100 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2026-03-21 13:18:35 +0100 |
| commit | 9d3e0c1757ec4e787ef3d679f69de91846d16bfb (patch) | |
| tree | 04c73aa94dfeab246c82818faba3ca630b3d01fa /accounts/gkleen@sif/shell/quickshell/Services/NotificationManager.qml | |
| parent | 9bc49c3ee4d6f0f05c7356403b94cf690d3ddfdb (diff) | |
| download | nixos-9d3e0c1757ec4e787ef3d679f69de91846d16bfb.tar nixos-9d3e0c1757ec4e787ef3d679f69de91846d16bfb.tar.gz nixos-9d3e0c1757ec4e787ef3d679f69de91846d16bfb.tar.bz2 nixos-9d3e0c1757ec4e787ef3d679f69de91846d16bfb.tar.xz nixos-9d3e0c1757ec4e787ef3d679f69de91846d16bfb.zip | |
...
Diffstat (limited to 'accounts/gkleen@sif/shell/quickshell/Services/NotificationManager.qml')
| -rw-r--r-- | accounts/gkleen@sif/shell/quickshell/Services/NotificationManager.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accounts/gkleen@sif/shell/quickshell/Services/NotificationManager.qml b/accounts/gkleen@sif/shell/quickshell/Services/NotificationManager.qml index f02d1695..5f8ff419 100644 --- a/accounts/gkleen@sif/shell/quickshell/Services/NotificationManager.qml +++ b/accounts/gkleen@sif/shell/quickshell/Services/NotificationManager.qml | |||
| @@ -119,7 +119,7 @@ Singleton { | |||
| 119 | if (days === 1) | 119 | if (days === 1) |
| 120 | return `yesterday ${timeStr}`; | 120 | return `yesterday ${timeStr}`; |
| 121 | 121 | ||
| 122 | const dateStr = time.toLocaleTimeString(Qt.locale(), "YYYY-MM-DD"); | 122 | const dateStr = time.toLocaleDateString(Qt.locale(), "YYYY-MM-DD"); |
| 123 | return `${dateStr} ${timeStr}`; | 123 | return `${dateStr} ${timeStr}`; |
| 124 | } | 124 | } |
| 125 | 125 | ||
