|
43 | 43 | OffContent="{DynamicResource disable}" |
44 | 44 | OnContent="{DynamicResource enable}" /> |
45 | 45 | </cc:ExCard.SideContent> |
46 | | - |
47 | | - <StackPanel> |
48 | | - <cc:Card |
49 | | - Title="{DynamicResource useLogonTaskForStartup}" |
50 | | - Icon="" |
51 | | - Sub="{DynamicResource useLogonTaskForStartupTooltip}" |
52 | | - Type="Inside"> |
53 | | - <ui:ToggleSwitch |
54 | | - IsOn="{Binding UseLogonTaskForStartup}" |
55 | | - OffContent="{DynamicResource disable}" |
56 | | - OnContent="{DynamicResource enable}" /> |
57 | | - </cc:Card> |
58 | | - <cc:Card |
59 | | - Title="{DynamicResource alwaysRunAsAdministrator}" |
60 | | - Icon="" |
61 | | - Sub="{DynamicResource alwaysRunAsAdministratorToolTip}" |
62 | | - Type="Inside"> |
63 | | - <ui:ToggleSwitch |
64 | | - IsOn="{Binding AlwaysRunAsAdministrator}" |
65 | | - OffContent="{DynamicResource disable}" |
66 | | - OnContent="{DynamicResource enable}" /> |
67 | | - </cc:Card> |
68 | | - </StackPanel> |
| 46 | + <cc:Card |
| 47 | + Title="{DynamicResource useLogonTaskForStartup}" |
| 48 | + Icon="" |
| 49 | + Sub="{DynamicResource useLogonTaskForStartupTooltip}" |
| 50 | + Type="Inside"> |
| 51 | + <ui:ToggleSwitch |
| 52 | + IsOn="{Binding UseLogonTaskForStartup}" |
| 53 | + OffContent="{DynamicResource disable}" |
| 54 | + OnContent="{DynamicResource enable}" /> |
| 55 | + </cc:Card> |
69 | 56 | </cc:ExCard> |
70 | 57 | <cc:Card |
71 | 58 | Title="{DynamicResource hideOnStartup}" |
|
76 | 63 | OffContent="{DynamicResource disable}" |
77 | 64 | OnContent="{DynamicResource enable}" /> |
78 | 65 | </cc:Card> |
| 66 | + <cc:Card |
| 67 | + Title="{DynamicResource alwaysRunAsAdministrator}" |
| 68 | + Icon="" |
| 69 | + Sub="{DynamicResource alwaysRunAsAdministratorToolTip}"> |
| 70 | + <ui:ToggleSwitch |
| 71 | + IsOn="{Binding AlwaysRunAsAdministrator}" |
| 72 | + OffContent="{DynamicResource disable}" |
| 73 | + OnContent="{DynamicResource enable}" /> |
| 74 | + </cc:Card> |
79 | 75 |
|
80 | 76 | <cc:Card Title="{DynamicResource hideFlowLauncherWhenLoseFocus}" Margin="0 14 0 0"> |
81 | 77 | <ui:ToggleSwitch |
|
0 commit comments