mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-05 04:39:08 +08:00
removing unused mutex string
This commit is contained in:
parent
111956e2f3
commit
b7d0455377
@ -23,8 +23,7 @@ namespace PowerLauncher
|
||||
public partial class App : IDisposable, ISingleInstanceApp
|
||||
{
|
||||
public static PublicAPIInstance API { get; private set; }
|
||||
private const string UI_Unique = "LauncherUI_Unique_Application_Mutex";
|
||||
private const string Unique = "Launcher_Unique_Application_Mutex";
|
||||
private const string Unique = "PowerLauncher_Unique_Application_Mutex";
|
||||
private static bool _disposed;
|
||||
private Settings _settings;
|
||||
private MainViewModel _mainVM;
|
||||
|
Loading…
Reference in New Issue
Block a user