File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 131131 <system : String x : Key =" historyResultsForHomePage" >Show History Results in Home Page</system : String >
132132 <system : String x : Key =" historyResultsCountForHomePage" >Maximum History Results Shown in Home Page</system : String >
133133 <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 >
134136
135137 <!-- Setting Plugin -->
136138 <system : String x : Key =" searchplugin" >Search Plugin</system : String >
Original file line number Diff line number Diff line change 7777 OnContent =" {DynamicResource enable}" />
7878 </cc : Card >
7979
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+
8091 <cc : CardGroup Margin =" 0 14 0 0" >
8192 <cc : Card Title =" {DynamicResource SearchWindowPosition}" Icon ="  " >
8293 <StackPanel Orientation =" Horizontal" >
You can’t perform that action at this time.
0 commit comments