Skip to content

Commit c347714

Browse files
committed
- Add Glyph in language
- Add tooltip in hidenotify item.
1 parent 723852b commit c347714

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Flow.Launcher/Languages/en.xaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
<system:String x:Key="selectPythonDirectory">Select</system:String>
5353
<system:String x:Key="hideOnStartup">Hide Flow Launcher on startup</system:String>
5454
<system:String x:Key="hideNotifyIcon">Hide tray icon</system:String>
55+
<system:String x:Key="hideNotifyIconToolTip">When the icon is hidden from the tray, Setting menu can be opened by right-clicking in querybox.</system:String>
5556
<system:String x:Key="querySearchPrecision">Query Search Precision</system:String>
5657
<system:String x:Key="querySearchPrecisionToolTip">Changes minimum match score required for results.</system:String>
5758
<system:String x:Key="ShouldUsePinyin">Should Use Pinyin</system:String>

Flow.Launcher/SettingWindow.xaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -630,6 +630,7 @@
630630
<ItemsControl Style="{StaticResource SettingGrid}">
631631
<StackPanel Style="{StaticResource TextPanel}">
632632
<TextBlock Style="{DynamicResource SettingTitleLabel}" Text="{DynamicResource hideNotifyIcon}" />
633+
<TextBlock Style="{DynamicResource SettingSubTitleLabel}" Text="{DynamicResource hideNotifyIconToolTip}" />
633634
</StackPanel>
634635
<CheckBox IsChecked="{Binding Settings.HideNotifyIcon}" Style="{DynamicResource SideControlCheckBox}" />
635636
</ItemsControl>
@@ -869,6 +870,9 @@
869870
ItemsSource="{Binding Languages}"
870871
SelectedValue="{Binding Language}"
871872
SelectedValuePath="LanguageCode" />
873+
<TextBlock Style="{StaticResource Glyph}">
874+
&#xf2b7;
875+
</TextBlock>
872876
</ItemsControl>
873877
</Border>
874878
</StackPanel>

0 commit comments

Comments
 (0)