From db2eb87bba06feeab54ee12851a6683afe954e1c Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Wed, 19 Feb 2025 00:20:24 +1100 Subject: notifications: ago time option --- config.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'config.ts') diff --git a/config.ts b/config.ts index 7aa6b8d..1ce0c6a 100644 --- a/config.ts +++ b/config.ts @@ -44,6 +44,7 @@ export const launcher = { export const notifpopups = { maxPopups: -1, expire: false, + agoTime: true, // Whether to show time in ago format, e.g. 10 mins ago, or raw time, e.g. 10:42 }; export const osds = { -- cgit v1.2.3-freya