File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 131
131
<system : String x : Key =" historyResultsForHomePage" >Show History Results in Home Page</system : String >
132
132
<system : String x : Key =" historyResultsCountForHomePage" >Maximum History Results Shown in Home Page</system : String >
133
133
<system : String x : Key =" homeToggleBoxToolTip" >This can only be edited if plugin supports Home feature and Home Page is enabled.</system : String >
134
+ <system : String x : Key =" showAtTopmost" >Show Search Window at Topmost</system : String >
135
+ <system : String x : Key =" showAtTopmostToolTip" >Show search window above other windows</system : String >
134
136
135
137
<!-- Setting Plugin -->
136
138
<system : String x : Key =" searchplugin" >Search Plugin</system : String >
Original file line number Diff line number Diff line change 77
77
OnContent =" {DynamicResource enable}" />
78
78
</cc : Card >
79
79
80
+ <cc : Card
81
+ Title =" {DynamicResource showAtTopmost}"
82
+ Margin =" 0 14 0 0"
83
+ Icon ="  "
84
+ Sub =" {DynamicResource showAtTopmostToolTip}" >
85
+ <ui : ToggleSwitch
86
+ IsOn =" {Binding Settings.ShowAtTopmost}"
87
+ OffContent =" {DynamicResource disable}"
88
+ OnContent =" {DynamicResource enable}" />
89
+ </cc : Card >
90
+
80
91
<cc : CardGroup Margin =" 0 14 0 0" >
81
92
<cc : Card Title =" {DynamicResource SearchWindowPosition}" Icon ="  " >
82
93
<StackPanel Orientation =" Horizontal" >
You can’t perform that action at this time.
0 commit comments