Skip to content

Commit

Permalink
Release 4.16.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
sw3103 committed Feb 1, 2023
1 parent e56fea3 commit 446357c
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 19 deletions.
12 changes: 0 additions & 12 deletions 4x/Move Mouse/Move Mouse.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -344,18 +344,6 @@
<ItemGroup>
<None Include="App.config" />
</ItemGroup>
<ItemGroup>
<Resource Include="Resources\Mouse-Pause.ico" />
</ItemGroup>
<ItemGroup>
<Resource Include="Resources\Mouse-Play.ico" />
</ItemGroup>
<ItemGroup>
<Resource Include="Resources\Mouse-Sleep.ico" />
</ItemGroup>
<ItemGroup>
<Resource Include="Resources\Mouse-Stop.ico" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
Expand Down
4 changes: 2 additions & 2 deletions 4x/Move Mouse/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("4.16.0.0")]
[assembly: AssemblyFileVersion("4.16.0.0")]
[assembly: AssemblyVersion("4.16.1.0")]
[assembly: AssemblyFileVersion("4.16.1.0")]
Binary file modified 4x/Move Mouse/Resources/Mouse-SystemTray-Active.ico
Binary file not shown.
Binary file modified 4x/Move Mouse/Resources/Mouse-SystemTray-Battery.ico
Binary file not shown.
Binary file modified 4x/Move Mouse/Resources/Mouse-SystemTray-Execute.ico
Binary file not shown.
Binary file modified 4x/Move Mouse/Resources/Mouse-SystemTray-Pause.ico
Binary file not shown.
Binary file modified 4x/Move Mouse/Resources/Mouse-SystemTray-Sleep.ico
Binary file not shown.
7 changes: 2 additions & 5 deletions 4x/Move Mouse/Views/MouseWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -285,9 +285,6 @@
<DataTrigger Binding="{Binding Path=SettingsVm.Settings.OverrideWindowTitle, NotifyOnTargetUpdated=True, Mode=OneWay}" Value="True">
<Setter Property="Title" Value="{Binding Path=SettingsVm.Settings.WindowTitle, NotifyOnTargetUpdated=True}"/>
</DataTrigger>
<DataTrigger Binding="{Binding Path=SettingsVm.Settings.OverrideWindowTitle, NotifyOnTargetUpdated=True}" Value="Sleeping">
<Setter Property="Icon" Value="/Resources/Mouse-Sleep.ico"/>
</DataTrigger>
</Style.Triggers>
</Style>
</Window.Style>
Expand All @@ -307,7 +304,7 @@
</MultiDataTrigger.Conditions>
<Setter Property="Visibility" Value="Hidden"/>
</MultiDataTrigger>
<!--<DataTrigger Binding="{Binding Path=CurrentState, NotifyOnTargetUpdated=True}" Value="Running">
<DataTrigger Binding="{Binding Path=CurrentState, NotifyOnTargetUpdated=True}" Value="Running">
<Setter Property="IconSource" Value="/Resources/Mouse-SystemTray-Active.ico"/>
</DataTrigger>
<DataTrigger Binding="{Binding Path=CurrentState, NotifyOnTargetUpdated=True}" Value="Executing">
Expand All @@ -321,7 +318,7 @@
</DataTrigger>
<DataTrigger Binding="{Binding Path=CurrentState, NotifyOnTargetUpdated=True}" Value="OnBattery">
<Setter Property="IconSource" Value="/Resources/Mouse-SystemTray-Battery.ico"/>
</DataTrigger>-->
</DataTrigger>
</Style.Triggers>
</Style>
</tb:TaskbarIcon.Style>
Expand Down

0 comments on commit 446357c

Please sign in to comment.