File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Flow.Launcher/SettingPages/Views Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 4444 OnContent =" {DynamicResource enable}" />
4545 </cc : ExCard .SideContent>
4646
47- <cc : CardGroup >
47+ <StackPanel >
4848 <cc : Card
4949 Title =" {DynamicResource useLogonTaskForStartup}"
5050 Icon ="  "
51- Sub =" {DynamicResource useLogonTaskForStartupTooltip}" >
51+ Sub =" {DynamicResource useLogonTaskForStartupTooltip}"
52+ Type =" Inside" >
5253 <ui : ToggleSwitch
5354 IsOn =" {Binding UseLogonTaskForStartup}"
5455 OffContent =" {DynamicResource disable}"
5758 <cc : Card
5859 Title =" {DynamicResource alwaysRunAsAdministrator}"
5960 Icon ="  "
60- Sub =" {DynamicResource alwaysRunAsAdministratorToolTip}" >
61+ Sub =" {DynamicResource alwaysRunAsAdministratorToolTip}"
62+ Type =" Inside" >
6163 <ui : ToggleSwitch
6264 IsOn =" {Binding AlwaysRunAsAdministrator}"
6365 OffContent =" {DynamicResource disable}"
6466 OnContent =" {DynamicResource enable}" />
6567 </cc : Card >
66- </cc : CardGroup >
68+ </StackPanel >
6769 </cc : ExCard >
6870 <cc : Card
6971 Title =" {DynamicResource hideOnStartup}"
You can’t perform that action at this time.
0 commit comments