From 49e00555fa9bf7a30caf28e96ec371dbdd7cf103 Mon Sep 17 00:00:00 2001 From: DB p Date: Sat, 12 Apr 2025 17:05:54 +0900 Subject: [PATCH] Adjust backdrop info --- Flow.Launcher/Languages/en.xaml | 2 +- .../ViewModels/SettingsPaneThemeViewModel.cs | 2 +- .../SettingPages/Views/SettingsPaneTheme.xaml | 13 ++++++++++++- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/Flow.Launcher/Languages/en.xaml b/Flow.Launcher/Languages/en.xaml index b736d8900..6d63c41ed 100644 --- a/Flow.Launcher/Languages/en.xaml +++ b/Flow.Launcher/Languages/en.xaml @@ -226,7 +226,7 @@ Clock Date Backdrop Type - You can configure the type of backdrop effect. Please note that it will not be reflected in the preview. + The backdrop effect is not applied in the preview. Backdrop supported starting from Windows 11 build 22000 and above None Acrylic diff --git a/Flow.Launcher/SettingPages/ViewModels/SettingsPaneThemeViewModel.cs b/Flow.Launcher/SettingPages/ViewModels/SettingsPaneThemeViewModel.cs index 568392908..ee6dfdbe8 100644 --- a/Flow.Launcher/SettingPages/ViewModels/SettingsPaneThemeViewModel.cs +++ b/Flow.Launcher/SettingPages/ViewModels/SettingsPaneThemeViewModel.cs @@ -23,7 +23,7 @@ namespace Flow.Launcher.SettingPages.ViewModels; public partial class SettingsPaneThemeViewModel : BaseModel { private string DefaultFont = Settings.GetSystemDefaultFont(); - public string BackdropSubText => !Win32Helper.IsBackdropSupported() ? App.API.GetTranslation("BackdropTypeDisabledToolTip") : App.API.GetTranslation("BackdropTypeToolTip"); + public string BackdropSubText => !Win32Helper.IsBackdropSupported() ? App.API.GetTranslation("BackdropTypeDisabledToolTip") : ""; public Settings Settings { get; } private readonly Theme _theme = Ioc.Default.GetRequiredService(); diff --git a/Flow.Launcher/SettingPages/Views/SettingsPaneTheme.xaml b/Flow.Launcher/SettingPages/Views/SettingsPaneTheme.xaml index 49306cd2d..1e01354b7 100644 --- a/Flow.Launcher/SettingPages/Views/SettingsPaneTheme.xaml +++ b/Flow.Launcher/SettingPages/Views/SettingsPaneTheme.xaml @@ -305,7 +305,7 @@ @@ -370,6 +370,17 @@ + + +