Fix #744: Components are not correctly disposed upon exit

This commit is contained in:
Paddy Xu
2020-09-27 10:26:12 +02:00
parent 2e93171205
commit 38a989fe06

View File

@@ -41,7 +41,7 @@ namespace QuickLook
public static readonly bool IsGPUInBlacklist = SystemHelper.IsGPUInBlacklist();
public static readonly bool IsPortable = SettingHelper.IsPortableVersion();
private bool _cleanExit;
private bool _cleanExit = true;
private Mutex _isRunning;
protected override void OnStartup(StartupEventArgs e)