Fix Systray binding errors

This commit is contained in:
2021-08-14 12:03:09 +02:00
parent c95094a003
commit 4f97443d09
2 changed files with 40 additions and 45 deletions

View File

@ -8,10 +8,6 @@ namespace unison
{
public class SystrayViewModel : INotifyPropertyChanged
{
public SystrayViewModel()
{
}
public string GetAppText => "unison v" + Assembly.GetEntryAssembly().GetCustomAttribute<AssemblyInformationalVersionAttribute>().InformationalVersion;
public ICommand ShowWindowCommand => new DelegateCommand