diff --git a/Views/Systray.xaml b/Views/Systray.xaml index 17c2a8f..f8ed99e 100644 --- a/Views/Systray.xaml +++ b/Views/Systray.xaml @@ -1,49 +1,48 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Views/SystrayViewModel.cs b/Views/SystrayViewModel.cs index 4f5a529..9ed4871 100644 --- a/Views/SystrayViewModel.cs +++ b/Views/SystrayViewModel.cs @@ -8,10 +8,6 @@ namespace unison { public class SystrayViewModel : INotifyPropertyChanged { - public SystrayViewModel() - { - } - public string GetAppText => "unison v" + Assembly.GetEntryAssembly().GetCustomAttribute().InformationalVersion; public ICommand ShowWindowCommand => new DelegateCommand