improve message texts as requested by Fujitsu

This commit is contained in:
Paddy Xu
2018-03-06 20:03:14 +02:00
parent c0c2036686
commit aba242d14c
4 changed files with 26 additions and 18 deletions

View File

@@ -33,7 +33,12 @@ namespace QuickLook.Helpers
public static void CheckForUpdates(bool silent = false)
{
if (App.IsUWP)
{
if (!silent)
Process.Start("ms-windows-store://pdp/?productid=9NV4BS3L1H4S");
return;
}
Task.Run(() =>
{