Skip to content
This repository has been archived by the owner on Jan 7, 2024. It is now read-only.

Commit

Permalink
The hint is in the wrong place #44
Browse files Browse the repository at this point in the history
  • Loading branch information
iXab3r committed May 14, 2022
1 parent cdc9e53 commit ff98f39
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 56 deletions.
51 changes: 0 additions & 51 deletions Sources/MicSwitch/MainWindow/Models/TaskBarBitmapImageBehavior.cs

This file was deleted.

6 changes: 3 additions & 3 deletions Sources/MicSwitch/MainWindow/Views/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:tb="http://www.hardcodet.net/taskbar"
xmlns:mah="http://metro.mahapps.com/winfx/xaml/controls"
xmlns:materialDesign="http://materialdesigninxaml.net/winfx/xaml/themes"
xmlns:viewModels="clr-namespace:MicSwitch.MainWindow.ViewModels"
Expand All @@ -14,7 +13,8 @@
xmlns:modularity="clr-namespace:MicSwitch.Modularity"
xmlns:st="http://schemas.spicytaco.io/"
xmlns:eye="clr-namespace:PoeShared.UI;assembly=PoeShared.Wpf"
xmlns:native="clr-namespace:PoeShared.Native;assembly=PoeShared.Wpf"
xmlns:tb="http://www.hardcodet.net/taskbar"
xmlns:wpf="http://coderush.net/poeeye/"
mc:Ignorable="d"
d:DataContext="{d:DesignInstance viewModels:MainWindowViewModel}"
WindowState="{Binding WindowState, Mode=TwoWay}"
Expand Down Expand Up @@ -87,7 +87,7 @@
</tb:TaskbarIcon.ContextMenu>

<i:Interaction.Behaviors>
<models:TaskBarBitmapImageBehavior Icon="{Binding ImageProvider.MicrophoneImageAsIcon}" />
<wpf:TaskBarBitmapImageBehavior Icon="{Binding ImageProvider.MicrophoneImageAsIcon}" />
</i:Interaction.Behaviors>
</tb:TaskbarIcon>

Expand Down
2 changes: 1 addition & 1 deletion Sources/MicSwitch/MicSwitch.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<ItemGroup>
<PackageReference Include="CsQuery" Version="1.3.4" />
<PackageReference Include="DynamicData" Version="7.4.9" />
<PackageReference Include="Hardcodet.NotifyIcon.Wpf" Version="1.1.0" />
<PackageReference Include="H.NotifyIcon.Wpf" Version="2.0.48" />
<PackageReference Include="JetBrains.Annotations" Version="2019.1.3" />
<PackageReference Include="log4net" Version="2.0.8" />
<PackageReference Include="NAudio" Version="2.0.1" />
Expand Down

0 comments on commit ff98f39

Please sign in to comment.