diff --git a/Desktop Audio Switcher.csproj b/Desktop Audio Switcher.csproj index 9dc2d8b..40e8fd5 100644 --- a/Desktop Audio Switcher.csproj +++ b/Desktop Audio Switcher.csproj @@ -7,7 +7,7 @@ enable enable true - sound-card.ico + assets\sound-card.ico @@ -17,7 +17,11 @@ - + + + + + Always @@ -28,13 +32,13 @@ - + Always - + Always - + Always diff --git a/MainWindow.xaml b/MainWindow.xaml index 0116003..77e5822 100644 --- a/MainWindow.xaml +++ b/MainWindow.xaml @@ -6,7 +6,7 @@ Height="200" Loaded="Window_Loaded" ResizeMode="CanMinimize" - Icon="/sound-card.png" + Icon="/assets/sound-card.png" WindowStyle="None" UseLayoutRounding="True" Background="#FF462C2C" @@ -57,7 +57,7 @@