mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-15 04:39:07 +00:00
improve message texts as requested by Fujitsu
This commit is contained in:
@@ -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(() =>
|
||||
{
|
||||
|
Reference in New Issue
Block a user