disable autorun and update check when running as an UWP

This commit is contained in:
Paddy Xu
2017-07-07 22:45:46 +03:00
parent 396d34f230
commit 031803a40e
6 changed files with 40 additions and 5 deletions

View File

@@ -31,6 +31,9 @@ namespace QuickLook.Helpers
{
public static void CheckForUpdates(bool silent = false)
{
if (App.IsUWP)
return;
Task.Run(() =>
{
try