|
17 | 17 | mc:Ignorable="d"> |
18 | 18 | <ui:Page.Resources> |
19 | 19 | <converters:BoolToVisibilityConverter x:Key="BoolToVisibilityConverter" /> |
20 | | - <converters:BoolNegationConverter x:Key="BoolNegationConverter" /> |
21 | 20 | </ui:Page.Resources> |
22 | 21 | <ScrollViewer |
23 | 22 | Margin="0" |
|
64 | 63 | OnContent="{DynamicResource enable}" /> |
65 | 64 | </cc:Card> |
66 | 65 |
|
67 | | - <cc:ExCard Title="{DynamicResource hideFlowLauncherWhenLoseFocus}" Margin="0 14 0 0"> |
68 | | - <cc:ExCard.SideContent> |
69 | | - <ui:ToggleSwitch |
| 66 | + <cc:Card Title="{DynamicResource hideFlowLauncherWhenLoseFocus}" Margin="0 14 0 0"> |
| 67 | + <ui:ToggleSwitch |
70 | 68 | IsOn="{Binding Settings.HideWhenDeactivated}" |
71 | 69 | OffContent="{DynamicResource disable}" |
72 | 70 | OnContent="{DynamicResource enable}" /> |
73 | | - </cc:ExCard.SideContent> |
74 | | - <cc:Card |
75 | | - Title="{DynamicResource showAtTopmost}" |
76 | | - Type="InsideFit" |
77 | | - Sub="{DynamicResource showAtTopmostToolTip}"> |
78 | | - <ui:ToggleSwitch |
79 | | - IsOn="{Binding Settings.ShowAtTopmost}" |
80 | | - OffContent="{DynamicResource disable}" |
81 | | - OnContent="{DynamicResource enable}" IsEnabled="{Binding Settings.HideWhenDeactivated, Converter={StaticResource BoolNegationConverter}}"/> |
82 | | - </cc:Card> |
83 | | - </cc:ExCard> |
| 71 | + </cc:Card> |
84 | 72 |
|
85 | 73 | <cc:Card Title="{DynamicResource hideNotifyIcon}" Sub="{DynamicResource hideNotifyIconToolTip}"> |
86 | 74 | <ui:ToggleSwitch |
|
89 | 77 | OnContent="{DynamicResource enable}" /> |
90 | 78 | </cc:Card> |
91 | 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> |
92 | 90 |
|
93 | 91 | <cc:CardGroup Margin="0 14 0 0"> |
94 | 92 | <cc:Card Title="{DynamicResource SearchWindowPosition}" Icon=""> |
|
0 commit comments