The 2020.5 update added support for Mounted Volumes and Network Drives: #2
I've since gotten a report that this update is mangling Finder sidebar icons for external drives. Finder is displaying an all-black version of the Service Station icon:

Custom sidebar icons are a feature of macOS Finder Sync Extensions:
Adding a Sidebar Icon
You can provide a custom sidebar icon for any of the root folders your extension is monitoring. If the user drags one of these root folders into the Finder’s sidebar, your icon will be displayed instead of the default folder icon.
To provide a custom sidebar icon, add the icons to your containing app. For this to work, both your app’s icons and the sidebar icons must be included in an inconset. If you are using an asset catalog to manage your app’s icons, you will need to switch to an iconset.
https://developer.apple.com/library/archive/documentation/General/Conceptual/ExtensibilityPG/Finder.html
However, this feature was not intentionally implemented in Service Station.
The app uses asset catalogs, not iconsets, so according to Apple's description custom sidebar icons shouldn't work at all.
The main disk does not receive a custom icon because:
The sidebar icons you provide will replace the default folder icons in the Finder’s sidebar for any of the root folders that your extension is monitoring.
This icon does not replace the icon for any folders contained by your monitored folder. It also does not replace the icon for any system folders that you may be monitoring (for example, Documents, Desktop, Applications, and Downloads).
I'm currently looking for a way to disable custom sidebar icons entirely for these the external volume locations.
Sorry for the annoyance 😾
The
2020.5update added support for Mounted Volumes and Network Drives: #2I've since gotten a report that this update is mangling Finder sidebar icons for external drives. Finder is displaying an all-black version of the Service Station icon:
Custom sidebar icons are a feature of macOS Finder Sync Extensions:
However, this feature was not intentionally implemented in Service Station.
The app uses asset catalogs, not iconsets, so according to Apple's description custom sidebar icons shouldn't work at all.
The main disk does not receive a custom icon because:
I'm currently looking for a way to disable custom sidebar icons entirely for these the external volume locations.
Sorry for the annoyance 😾