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 43
43
44
44
<ui : SettingsExpander .Items>
45
45
<ui : SettingsCard Description =" {DynamicResource useLogonTaskForStartupTooltip}" Header =" {DynamicResource useLogonTaskForStartup}" >
46
+ <ui : SettingsCard .HeaderIcon>
47
+ <ui : FontIcon Glyph ="  " />
48
+ </ui : SettingsCard .HeaderIcon>
46
49
<ui : ToggleSwitch
47
50
IsOn =" {Binding UseLogonTaskForStartup}"
48
51
OffContent =" {DynamicResource disable}"
49
52
OnContent =" {DynamicResource enable}" />
50
53
</ui : SettingsCard >
51
54
</ui : SettingsExpander .Items>
52
-
53
55
</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
+
54
68
<ui : SettingsCard
55
69
Margin =" 0 4 0 0"
56
70
Description =" {DynamicResource hideOnStartupToolTip}"
You can’t perform that action at this time.
0 commit comments