This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch eina-no-backtrace-log
in repository efl.
View the commit online.
commit 8fdbdfec20135f6096fa2c69e5afdbb9e709396f
Author: Carsten Haitzler <[email protected]>
AuthorDate: Mon May 18 00:01:21 2026 +0100
theme - make activity anim work on all network conns not just wifi
---
data/elementary/themes/edc/connman.edc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/data/elementary/themes/edc/connman.edc b/data/elementary/themes/edc/connman.edc
index 2fc8300eb8..e00e6ffbd1 100644
--- a/data/elementary/themes/edc/connman.edc
+++ b/data/elementary/themes/edc/connman.edc
@@ -402,7 +402,7 @@ group { name: "e/modules/connman/main";
}
}
part { name: "activity_rx_clip"; type: RECT; mouse_events: 0;
- clip_to: "clip_wifi";
+// clip_to: "clip_wifi";
description { state: "default" 0.0;
color: 255 255 255 0; // no cc
}
@@ -442,7 +442,7 @@ group { name: "e/modules/connman/main";
}
}
part { name: "activity_tx_clip"; type: RECT; mouse_events: 0;
- clip_to: "clip_wifi";
+// clip_to: "clip_wifi";
description { state: "default" 0.0;
color: 255 255 255 0; // no cc
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.