Skip to content

Commit 9d88cf5

Browse files
committed
Code Quality: Added new icon to release notes action
1 parent 49594e3 commit 9d88cf5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Files.App/Actions/Open/OpenReleaseNotesAction.cs

+3
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ public string Label
1515
public string Description
1616
=> Strings.WhatsNewDescription.GetLocalizedResource();
1717

18+
public RichGlyph Glyph
19+
=> new(themedIconStyle: "App.ThemedIcons.AppUpdatedBox");
20+
1821
public bool IsExecutable
1922
=> UpdateService.AreReleaseNotesAvailable;
2023

0 commit comments

Comments
 (0)