mirror of
https://github.com/QL-Win/QuickLook.git
synced 2026-02-28 01:00:17 +08:00
indicate UWP app in context menu
This commit is contained in:
@@ -48,7 +48,7 @@ namespace QuickLook
|
||||
Visible = true,
|
||||
ContextMenu = new ContextMenu(new[]
|
||||
{
|
||||
new MenuItem($"v{Application.ProductVersion}") {Enabled = false},
|
||||
new MenuItem($"v{Application.ProductVersion}{(App.IsUWP ? " (UWP)" : "")}") {Enabled = false},
|
||||
new MenuItem("-"),
|
||||
new MenuItem(TranslationHelper.GetString("Icon_CheckUpdate"),
|
||||
(sender, e) => Updater.CheckForUpdates()) {Enabled = !App.IsUWP},
|
||||
|
||||
Reference in New Issue
Block a user