From 414db19fa700dd48e9fee801897d764f45678450 Mon Sep 17 00:00:00 2001 From: Jack251970 <1160210343@qq.com> Date: Sat, 7 Jun 2025 11:21:25 +0800 Subject: [PATCH] Open release notes in about page --- .../SettingPages/ViewModels/SettingsPaneAboutViewModel.cs | 7 +++++++ Flow.Launcher/SettingPages/Views/SettingsPaneAbout.xaml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Flow.Launcher/SettingPages/ViewModels/SettingsPaneAboutViewModel.cs b/Flow.Launcher/SettingPages/ViewModels/SettingsPaneAboutViewModel.cs index 00f40b009..1efc89972 100644 --- a/Flow.Launcher/SettingPages/ViewModels/SettingsPaneAboutViewModel.cs +++ b/Flow.Launcher/SettingPages/ViewModels/SettingsPaneAboutViewModel.cs @@ -314,4 +314,11 @@ public partial class SettingsPaneAboutViewModel : BaseModel { SettingWindowFont = Win32Helper.GetSystemDefaultFont(false); } + + [RelayCommand] + private void OpenReleaseNotes() + { + var releaseNotesWindow = new ReleaseNotesWindow(); + releaseNotesWindow.Show(); + } } diff --git a/Flow.Launcher/SettingPages/Views/SettingsPaneAbout.xaml b/Flow.Launcher/SettingPages/Views/SettingsPaneAbout.xaml index 65a470f4d..5710138c0 100644 --- a/Flow.Launcher/SettingPages/Views/SettingsPaneAbout.xaml +++ b/Flow.Launcher/SettingPages/Views/SettingsPaneAbout.xaml @@ -55,7 +55,7 @@ - +