mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-04-24 17:48:34 +02:00
test commit
This commit is contained in:
@@ -96,7 +96,7 @@ impl Grouping {
|
|||||||
)
|
)
|
||||||
.shadow(match config.style {
|
.shadow(match config.style {
|
||||||
Some(style) => match 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::Default => Shadow::NONE,
|
||||||
GroupingStyle::DefaultWithShadow => Shadow {
|
GroupingStyle::DefaultWithShadow => Shadow {
|
||||||
blur: 4.0,
|
blur: 4.0,
|
||||||
|
|||||||
Reference in New Issue
Block a user