mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Open release notes in about page
This commit is contained in:
parent
458a8b3efb
commit
414db19fa7
2 changed files with 8 additions and 1 deletions
|
|
@ -314,4 +314,11 @@ public partial class SettingsPaneAboutViewModel : BaseModel
|
|||
{
|
||||
SettingWindowFont = Win32Helper.GetSystemDefaultFont(false);
|
||||
}
|
||||
|
||||
[RelayCommand]
|
||||
private void OpenReleaseNotes()
|
||||
{
|
||||
var releaseNotesWindow = new ReleaseNotesWindow();
|
||||
releaseNotesWindow.Show();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -55,7 +55,7 @@
|
|||
</cc:Card>
|
||||
|
||||
<cc:Card Title="{DynamicResource releaseNotes}" Icon="">
|
||||
<cc:HyperLink Text="{DynamicResource releaseNotes}" Uri="{Binding ReleaseNotes}" />
|
||||
<Button Command="{Binding OpenReleaseNotesCommand}" Content="{DynamicResource releaseNotes}" />
|
||||
</cc:Card>
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue