From 4d766405bcae949940fade2cbbf3687aa3157897 Mon Sep 17 00:00:00 2001 From: DB p Date: Thu, 28 Oct 2021 10:38:01 +0900 Subject: [PATCH] - change the 'browse more theme' in theme setting, to 'how to create theme' - change the hyperlink - add 'how to create theme' string in english. - change string 'browseMoreThemes' text 'Browser for more themes' to 'Theme gallery'. It will use later. --- Flow.Launcher/Languages/en.xaml | 3 ++- Flow.Launcher/SettingWindow.xaml | 2 +- Flow.Launcher/ViewModel/SettingWindowViewModel.cs | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Flow.Launcher/Languages/en.xaml b/Flow.Launcher/Languages/en.xaml index 051891a2b..570e4c86e 100644 --- a/Flow.Launcher/Languages/en.xaml +++ b/Flow.Launcher/Languages/en.xaml @@ -68,7 +68,8 @@ Theme - Browse for more themes + Theme Gallery + How to create a theme Hi There Query Box Font Result Item Font diff --git a/Flow.Launcher/SettingWindow.xaml b/Flow.Launcher/SettingWindow.xaml index ac6138644..1a5db5e0c 100644 --- a/Flow.Launcher/SettingWindow.xaml +++ b/Flow.Launcher/SettingWindow.xaml @@ -1176,7 +1176,7 @@ - + diff --git a/Flow.Launcher/ViewModel/SettingWindowViewModel.cs b/Flow.Launcher/ViewModel/SettingWindowViewModel.cs index dde540b0c..bfaddb701 100644 --- a/Flow.Launcher/ViewModel/SettingWindowViewModel.cs +++ b/Flow.Launcher/ViewModel/SettingWindowViewModel.cs @@ -272,7 +272,7 @@ namespace Flow.Launcher.ViewModel #region theme - public static string Theme => @"http://www.wox.one/theme/builder"; + public static string Theme => @"https://flow-launcher.github.io/docs/#/how-to-create-a-theme"; public string SelectedTheme {