Browse Source

remove IsSingleInstance

pull/5639/head
Dan Walmsley 5 years ago
committed by GitHub
parent
commit
c321127a56
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/Avalonia.Controls/ApplicationLifetimes/ClassicDesktopStyleApplicationLifetime.cs

2
src/Avalonia.Controls/ApplicationLifetimes/ClassicDesktopStyleApplicationLifetime.cs

@ -128,8 +128,6 @@ namespace Avalonia.Controls.ApplicationLifetimes
public class ClassicDesktopStyleApplicationLifetimeOptions
{
public bool ProcessUrlActivationCommandLine { get; set; }
public bool IsSingleInstance { get; set; }
}
}

Loading…
Cancel
Save