diff --git a/Flow.Launcher/Flow.Launcher.csproj b/Flow.Launcher/Flow.Launcher.csproj index 11a3ac321..b416879f1 100644 --- a/Flow.Launcher/Flow.Launcher.csproj +++ b/Flow.Launcher/Flow.Launcher.csproj @@ -47,11 +47,11 @@ + - + - diff --git a/Flow.Launcher/SettingWindow.xaml b/Flow.Launcher/SettingWindow.xaml index 7024b4eeb..409e9f2f4 100644 --- a/Flow.Launcher/SettingWindow.xaml +++ b/Flow.Launcher/SettingWindow.xaml @@ -2012,8 +2012,8 @@ Margin="10" HorizontalAlignment="Right" DockPanel.Dock="Top"> - - + + @@ -2323,7 +2323,7 @@ - + @@ -2341,6 +2341,16 @@ + + + + + + + diff --git a/Flow.Launcher/ViewModel/SettingWindowViewModel.cs b/Flow.Launcher/ViewModel/SettingWindowViewModel.cs index 60dc95e2e..afe370cd3 100644 --- a/Flow.Launcher/ViewModel/SettingWindowViewModel.cs +++ b/Flow.Launcher/ViewModel/SettingWindowViewModel.cs @@ -371,6 +371,7 @@ namespace Flow.Launcher.ViewModel #region theme public static string Theme => @"https://flowlauncher.com/docs/#/how-to-create-a-theme"; + public static string ThemeGallery => @"https://github.com/Flow-Launcher/Flow.Launcher/discussions/1438"; public string SelectedTheme {