-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Closed
Description
I am adding 13 compatibility for the sharepoint app. Essentially, it registered a backend for files_external. Now, apparently something changed about generating the icons for the mounts? When I create a share point mount, the Files app will want to display apps/sharepoint/img/folder-sharepoint.svg, which does not exist. Thus, no icon is shown, just whitespace:
For comparison, an external mount of a Local type will have apps/theming/img/core/filetypes/folder-external.svg as icon – themed.
When I copy over folder-external.svg from core to the sharepoint destination, this will be shown, but unthemed.
What's the correct way to have a themed icon displayed in this case? @nextcloud/theming @icewind1991
