updating icons to match style guide. update preview

This commit is contained in:
2023-08-21 23:20:24 -06:00
parent 709ed8a89a
commit 2f410f431e
26 changed files with 22 additions and 9 deletions

View File

@@ -26,7 +26,7 @@ public class ActiveAudioSessionWrapper : IAudioSession
}
catch
{
_icon = "Image/pluginIcon.png";
_icon = "Image/encoderIcon";
}
}
return _icon;