- 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.
This commit is contained in:
DB p 2021-10-28 10:38:01 +09:00
parent f47de6b838
commit 4d766405bc
3 changed files with 4 additions and 3 deletions

View file

@ -68,7 +68,8 @@
<!--Setting Theme-->
<system:String x:Key="theme">Theme</system:String>
<system:String x:Key="browserMoreThemes">Browse for more themes</system:String>
<system:String x:Key="browserMoreThemes">Theme Gallery</system:String>
<system:String x:Key="howToCreateTheme">How to create a theme</system:String>
<system:String x:Key="hiThere">Hi There</system:String>
<system:String x:Key="queryBoxFont">Query Box Font</system:String>
<system:String x:Key="resultItemFont">Result Item Font</system:String>

View file

@ -1176,7 +1176,7 @@
<TextBlock DockPanel.Dock="Top" Margin="10" HorizontalAlignment="Right">
<Hyperlink NavigateUri="{Binding Theme, Mode=OneWay}"
RequestNavigate="OnRequestNavigate">
<Run Text="{DynamicResource browserMoreThemes}" />
<Run Text="{DynamicResource howToCreateTheme}" />
</Hyperlink>
</TextBlock>
</Border>

View file

@ -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
{