We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49594e3 commit 9d88cf5Copy full SHA for 9d88cf5
src/Files.App/Actions/Open/OpenReleaseNotesAction.cs
@@ -15,6 +15,9 @@ public string Label
15
public string Description
16
=> Strings.WhatsNewDescription.GetLocalizedResource();
17
18
+ public RichGlyph Glyph
19
+ => new(themedIconStyle: "App.ThemedIcons.AppUpdatedBox");
20
+
21
public bool IsExecutable
22
=> UpdateService.AreReleaseNotesAvailable;
23
0 commit comments