From 06f504a10b3d1ba877dd6dca37b8fe64f62962b5 Mon Sep 17 00:00:00 2001 From: DB p Date: Thu, 24 Nov 2022 14:11:59 +0900 Subject: [PATCH] Add Share Theme Page link --- Flow.Launcher/Flow.Launcher.csproj | 4 ++-- Flow.Launcher/SettingWindow.xaml | 16 +++++++++++++--- .../ViewModel/SettingWindowViewModel.cs | 1 + 3 files changed, 16 insertions(+), 5 deletions(-) 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 {