mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
- 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:
parent
f47de6b838
commit
4d766405bc
3 changed files with 4 additions and 3 deletions
|
|
@ -68,7 +68,8 @@
|
||||||
|
|
||||||
<!--Setting Theme-->
|
<!--Setting Theme-->
|
||||||
<system:String x:Key="theme">Theme</system:String>
|
<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="hiThere">Hi There</system:String>
|
||||||
<system:String x:Key="queryBoxFont">Query Box Font</system:String>
|
<system:String x:Key="queryBoxFont">Query Box Font</system:String>
|
||||||
<system:String x:Key="resultItemFont">Result Item Font</system:String>
|
<system:String x:Key="resultItemFont">Result Item Font</system:String>
|
||||||
|
|
|
||||||
|
|
@ -1176,7 +1176,7 @@
|
||||||
<TextBlock DockPanel.Dock="Top" Margin="10" HorizontalAlignment="Right">
|
<TextBlock DockPanel.Dock="Top" Margin="10" HorizontalAlignment="Right">
|
||||||
<Hyperlink NavigateUri="{Binding Theme, Mode=OneWay}"
|
<Hyperlink NavigateUri="{Binding Theme, Mode=OneWay}"
|
||||||
RequestNavigate="OnRequestNavigate">
|
RequestNavigate="OnRequestNavigate">
|
||||||
<Run Text="{DynamicResource browserMoreThemes}" />
|
<Run Text="{DynamicResource howToCreateTheme}" />
|
||||||
</Hyperlink>
|
</Hyperlink>
|
||||||
</TextBlock>
|
</TextBlock>
|
||||||
</Border>
|
</Border>
|
||||||
|
|
|
||||||
|
|
@ -272,7 +272,7 @@ namespace Flow.Launcher.ViewModel
|
||||||
|
|
||||||
#region theme
|
#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
|
public string SelectedTheme
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue