From 9d3e0c1757ec4e787ef3d679f69de91846d16bfb Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 21 Mar 2026 13:18:35 +0100 Subject: ... --- accounts/gkleen@sif/shell/quickshell/Services/NotificationManager.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'accounts/gkleen@sif/shell/quickshell') 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 { if (days === 1) return `yesterday ${timeStr}`; - const dateStr = time.toLocaleTimeString(Qt.locale(), "YYYY-MM-DD"); + const dateStr = time.toLocaleDateString(Qt.locale(), "YYYY-MM-DD"); return `${dateStr} ${timeStr}`; } -- cgit v1.2.3