Skip to content

Commit

Permalink
Code Quality: Added new icon to release notes action
Browse files Browse the repository at this point in the history
  • Loading branch information
yaira2 committed Jan 12, 2025
1 parent 49594e3 commit 9d88cf5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Files.App/Actions/Open/OpenReleaseNotesAction.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ public string Label
public string Description
=> Strings.WhatsNewDescription.GetLocalizedResource();

public RichGlyph Glyph
=> new(themedIconStyle: "App.ThemedIcons.AppUpdatedBox");

public bool IsExecutable
=> UpdateService.AreReleaseNotesAvailable;

Expand Down

0 comments on commit 9d88cf5

Please sign in to comment.