File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 52
52
<system : String x : Key =" selectPythonDirectory" >Select</system : String >
53
53
<system : String x : Key =" hideOnStartup" >Hide Flow Launcher on startup</system : String >
54
54
<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 >
55
56
<system : String x : Key =" querySearchPrecision" >Query Search Precision</system : String >
56
57
<system : String x : Key =" querySearchPrecisionToolTip" >Changes minimum match score required for results.</system : String >
57
58
<system : String x : Key =" ShouldUsePinyin" >Should Use Pinyin</system : String >
Original file line number Diff line number Diff line change 630
630
<ItemsControl Style =" {StaticResource SettingGrid}" >
631
631
<StackPanel Style =" {StaticResource TextPanel}" >
632
632
<TextBlock Style =" {DynamicResource SettingTitleLabel}" Text =" {DynamicResource hideNotifyIcon}" />
633
+ <TextBlock Style =" {DynamicResource SettingSubTitleLabel}" Text =" {DynamicResource hideNotifyIconToolTip}" />
633
634
</StackPanel >
634
635
<CheckBox IsChecked =" {Binding Settings.HideNotifyIcon}" Style =" {DynamicResource SideControlCheckBox}" />
635
636
</ItemsControl >
869
870
ItemsSource =" {Binding Languages}"
870
871
SelectedValue =" {Binding Language}"
871
872
SelectedValuePath =" LanguageCode" />
873
+ <TextBlock Style =" {StaticResource Glyph}" >
874
+ 
875
+ </TextBlock >
872
876
</ItemsControl >
873
877
</Border >
874
878
</StackPanel >
You can’t perform that action at this time.
0 commit comments