From f6276d21bc9d2086b5f28a7ee44ae72f8f2a1ec6 Mon Sep 17 00:00:00 2001 From: Lucas-BRT Date: Sat, 25 Apr 2026 09:52:27 -0300 Subject: [PATCH] remove unnecessarry comma from `cosmic-applet-time` --- cosmic-applet-time/src/window.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/cosmic-applet-time/src/window.rs b/cosmic-applet-time/src/window.rs index a44d81ee7..8e8cfe0da 100644 --- a/cosmic-applet-time/src/window.rs +++ b/cosmic-applet-time/src/window.rs @@ -287,6 +287,7 @@ impl Window { .unwrap() .format(&datetime) .to_string() + .replace(",", "") } } else { let mut fs = fieldsets::T::medium();