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

Commit 12a3cb19 authored by AVINASH GUSAIN's avatar AVINASH GUSAIN Committed by Arnau Vàzquez
Browse files

activity security icon fix

parent 2d7b0f63
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@
    <category>security</category>
    <bugs>https://gitlab.e.foundation/e/infra/selfhost/nextcloud-apps/ecloud-theme-helper/-/issues/</bugs>
    <dependencies>
        <nextcloud min-version="22" max-version="22"/>
        <nextcloud min-version="22" max-version="23"/>
    </dependencies>
    <repair-steps>
		<install>
+2 −1
Original line number Diff line number Diff line
@@ -103,6 +103,7 @@ function replaceActivityIcons() {
    files_favorites: getSvgLinkCore("actions", "star", ""),
    bookmarks: getSvgLinkCore("actions", "star", ""),
    files: getSvgLinkCore("places", "files", ""),
    security: getSvgLinkCore("actions", "password", ""),
    files_sharing: getSvgLinkCore("actions", "share", ""),
    calendar: getSvgLinkApp("calendar", "calendar", ""),
    calendar_todo: getSvgLinkCore("actions", "checkmark", ""),