mirror of
https://github.com/QL-Win/QuickLook.git
synced 2026-03-29 02:16:11 +08:00
Fix #744: Components are not correctly disposed upon exit
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user