Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3a533916 authored by AVINASH GUSAIN's avatar AVINASH GUSAIN
Browse files

Merge branch 'dev/availabilty-add-icon-fix' into 'main'

groupware fix

See merge request e/infra/ecloud/nextcloud-apps/ecloud-theme-helper!105
parents 7d83cdd1 bfc5816a
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -93,7 +93,7 @@ class BeforeTemplateRenderedListener implements IEventListener {
		if (strpos($pathInfo, '/apps/snappymail/') !== false) {
			$this->util->addStyle($this->appName, 'snappymail');
		}
		if (strpos($pathInfo, '/settings/user/groupware') !== false) {
		if (strpos($pathInfo, '/settings/user/availability') !== false) {
			$this->util->addStyle($this->appName, 'settings-groupware');
		}
		if (strpos($pathInfo, '/apps/memories/') !== false) {