File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed
Flow.Launcher/SettingPages/Views Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change 4343
4444 <ui : SettingsExpander .Items>
4545 <ui : SettingsCard Description =" {DynamicResource useLogonTaskForStartupTooltip}" Header =" {DynamicResource useLogonTaskForStartup}" >
46+ <ui : SettingsCard .HeaderIcon>
47+ <ui : FontIcon Glyph ="  " />
48+ </ui : SettingsCard .HeaderIcon>
4649 <ui : ToggleSwitch
4750 IsOn =" {Binding UseLogonTaskForStartup}"
4851 OffContent =" {DynamicResource disable}"
4952 OnContent =" {DynamicResource enable}" />
5053 </ui : SettingsCard >
5154 </ui : SettingsExpander .Items>
52-
5355 </ui : SettingsExpander >
56+
57+ <ui : SettingsCard Description =" {DynamicResource alwaysRunAsAdministratorToolTip}" Header =" {DynamicResource alwaysRunAsAdministrator}" >
58+ <ui : SettingsCard .HeaderIcon>
59+ <ui : FontIcon Glyph ="  " />
60+ </ui : SettingsCard .HeaderIcon>
61+
62+ <ui : ToggleSwitch
63+ IsOn =" {Binding AlwaysRunAsAdministrator}"
64+ OffContent =" {DynamicResource disable}"
65+ OnContent =" {DynamicResource enable}" />
66+ </ui : SettingsCard >
67+
5468 <ui : SettingsCard
5569 Margin =" 0 4 0 0"
5670 Description =" {DynamicResource hideOnStartupToolTip}"
You can’t perform that action at this time.
0 commit comments