updating icons to match style guide. update preview
@ -26,7 +26,7 @@ public class ActiveAudioSessionWrapper : IAudioSession
|
||||
}
|
||||
catch
|
||||
{
|
||||
_icon = "Image/pluginIcon.png";
|
||||
_icon = "Image/encoderIcon";
|
||||
}
|
||||
}
|
||||
return _icon;
|
||||
|
@ -13,7 +13,7 @@ internal class SystemVolumeAudioSession : IAudioSession
|
||||
AudioEndpointVolume _volumeControl;
|
||||
|
||||
public string DisplayName => "System Volume";
|
||||
public string GetIcon() => "Images/actionIcon";
|
||||
public string GetIcon() => "Images/encoderIcon";
|
||||
|
||||
public void ToggleMute()
|
||||
{
|
||||
|
@ -77,7 +77,7 @@
|
||||
</None>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="$(SolutionDir)..\previews\**\*" Link="previews\%(Filename)%(Extension)">
|
||||
<Content Include="$(SolutionDir)..\previews\**\*.png" Link="previews\%(Filename)%(Extension)">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="Images\**\*.png">
|
||||
|
Before Width: | Height: | Size: 5.2 KiB After Width: | Height: | Size: 897 B |
Before Width: | Height: | Size: 5.8 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 4.6 KiB After Width: | Height: | Size: 7.8 KiB |
Before Width: | Height: | Size: 5.3 KiB After Width: | Height: | Size: 9.1 KiB |
Before Width: | Height: | Size: 1.6 KiB |
BIN
src/FocusVolumeControl/Images/encoderIcon.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
src/FocusVolumeControl/Images/encoderIcon@2x.png
Normal file
After Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 4.5 KiB |
Before Width: | Height: | Size: 5.0 KiB |
Before Width: | Height: | Size: 5.9 KiB |
Before Width: | Height: | Size: 8.3 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 12 KiB |
BIN
src/FocusVolumeControl/Images/stateIcon.png
Normal file
After Width: | Height: | Size: 2.1 KiB |
BIN
src/FocusVolumeControl/Images/stateIcon@2x.png
Normal file
After Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.4 KiB |
@ -2,10 +2,10 @@
|
||||
"Actions": [
|
||||
{
|
||||
"Name": "Focused App Volume",
|
||||
"Icon": "Images/icon",
|
||||
"Icon": "Images/actionIcon",
|
||||
"States": [
|
||||
{
|
||||
"Image": "Images/pluginAction",
|
||||
"Image": "Images/stateIcon",
|
||||
"TitleAlignment": "middle",
|
||||
"FontSize": "12"
|
||||
}
|
||||
|