From c18e5f4dbefa4c3b0b6d6e1e7471395b462011a2 Mon Sep 17 00:00:00 2001 From: Csaba Date: Tue, 12 Nov 2024 23:49:25 +0100 Subject: [PATCH] test commit --- komorebi-bar/src/group.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/komorebi-bar/src/group.rs b/komorebi-bar/src/group.rs index 570d7ab1..e550321f 100644 --- a/komorebi-bar/src/group.rs +++ b/komorebi-bar/src/group.rs @@ -96,7 +96,7 @@ impl Grouping { ) .shadow(match config.style { Some(style) => match style { - // new styles can be added if needed + // new styles can be added if needed here GroupingStyle::Default => Shadow::NONE, GroupingStyle::DefaultWithShadow => Shadow { blur: 4.0,