mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-17 05:42:42 +00:00
disable autorun and update check when running as an UWP
This commit is contained in:
@@ -31,6 +31,9 @@ namespace QuickLook.Helpers
|
||||
{
|
||||
public static void CheckForUpdates(bool silent = false)
|
||||
{
|
||||
if (App.IsUWP)
|
||||
return;
|
||||
|
||||
Task.Run(() =>
|
||||
{
|
||||
try
|
||||
|
Reference in New Issue
Block a user