From 3d3914cc4e201713632cfb012f51b8ddd749e852 Mon Sep 17 00:00:00 2001 From: Steve Williams Date: Sat, 4 May 2024 08:51:52 +0100 Subject: [PATCH] Release 4.18.1. --- 4x/Move Mouse/Classes/Settings.cs | 15 --------------- 4x/Move Mouse/Properties/AssemblyInfo.cs | 4 ++-- 4x/Move Mouse/Views/MouseWindow.xaml | 20 +------------------- 4x/Move Mouse/Views/SettingsWindow.xaml | 24 +----------------------- 4 files changed, 4 insertions(+), 59 deletions(-) diff --git a/4x/Move Mouse/Classes/Settings.cs b/4x/Move Mouse/Classes/Settings.cs index 64f385f..6ab7e59 100644 --- a/4x/Move Mouse/Classes/Settings.cs +++ b/4x/Move Mouse/Classes/Settings.cs @@ -48,7 +48,6 @@ public class Settings : INotifyPropertyChanged private bool? _disableButtonAnimation; //private bool? _hookKeyEnabled; //private Key _hookKey; - private bool? _standWithUkraine; private bool? _pauseOnBattery; private LogEventLevel? _logLevel; private bool? _showSystemTrayNotifications; @@ -480,20 +479,6 @@ public bool DisableButtonAnimation } } - public bool StandWithUkraine - { - get - { - if (_standWithUkraine == null) _standWithUkraine = false; - return _standWithUkraine.Value; - } - set - { - _standWithUkraine = value; - OnPropertyChanged(); - } - } - public bool PauseOnBattery { get diff --git a/4x/Move Mouse/Properties/AssemblyInfo.cs b/4x/Move Mouse/Properties/AssemblyInfo.cs index efe1c01..4817cc9 100644 --- a/4x/Move Mouse/Properties/AssemblyInfo.cs +++ b/4x/Move Mouse/Properties/AssemblyInfo.cs @@ -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.18.0.0")] -[assembly: AssemblyFileVersion("4.18.0.0")] +[assembly: AssemblyVersion("4.18.1.0")] +[assembly: AssemblyFileVersion("4.18.1.0")] diff --git a/4x/Move Mouse/Views/MouseWindow.xaml b/4x/Move Mouse/Views/MouseWindow.xaml index ecfd50e..2586efd 100644 --- a/4x/Move Mouse/Views/MouseWindow.xaml +++ b/4x/Move Mouse/Views/MouseWindow.xaml @@ -120,25 +120,7 @@ - - - - - + - - - - - - - - - - - -