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 @@ - - - - - + - - - - - - - - - - - -