diff --git a/dvmconsole/Assets/audio_receive.png b/dvmconsole/Assets/audio_receive.png
new file mode 100755
index 0000000..bcb99da
Binary files /dev/null and b/dvmconsole/Assets/audio_receive.png differ
diff --git a/dvmconsole/DVMConsole.csproj b/dvmconsole/DVMConsole.csproj
index 16804ae..34c60e2 100644
--- a/dvmconsole/DVMConsole.csproj
+++ b/dvmconsole/DVMConsole.csproj
@@ -31,6 +31,7 @@
+
@@ -65,6 +66,9 @@
Never
+
+ Never
+
Never
diff --git a/dvmconsole/MainWindow.xaml.cs b/dvmconsole/MainWindow.xaml.cs
index d8250d3..2af34a0 100644
--- a/dvmconsole/MainWindow.xaml.cs
+++ b/dvmconsole/MainWindow.xaml.cs
@@ -237,7 +237,7 @@ namespace dvmconsole
// Audio icon (initially hidden)
Image audioIcon = new Image
{
- Source = new BitmapImage(new Uri($"{URI_RESOURCE_PATH}/Assets/audio.png")),
+ Source = new BitmapImage(new Uri($"{URI_RESOURCE_PATH}/Assets/audio_receive.png")),
Width = 16,
Height = 16,
Margin = new Thickness(6, 0, 0, 0),
@@ -321,7 +321,7 @@ namespace dvmconsole
// Audio icon (initially hidden)
Image audioIcon = new Image
{
- Source = new BitmapImage(new Uri($"{URI_RESOURCE_PATH}/Assets/audio.png")),
+ Source = new BitmapImage(new Uri($"{URI_RESOURCE_PATH}/Assets/audio_receive.png")),
Width = 16,
Height = 16,
Margin = new Thickness(6, 0, 0, 0),
@@ -395,7 +395,7 @@ namespace dvmconsole
// Audio icon (initially hidden)
Image audioIcon = new Image
{
- Source = new BitmapImage(new Uri($"{URI_RESOURCE_PATH}/Assets/audio.png")),
+ Source = new BitmapImage(new Uri($"{URI_RESOURCE_PATH}/Assets/audio_receive.png")),
Width = 16,
Height = 16,
Margin = new Thickness(6, 0, 0, 0),