Skip to content

Commit 20b4734

Browse files
committed
Fix build issue
1 parent 4f77dc9 commit 20b4734

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

Flow.Launcher/SettingPages/Views/SettingsPaneGeneral.xaml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,28 @@
4343

4444
<ui:SettingsExpander.Items>
4545
<ui:SettingsCard Description="{DynamicResource useLogonTaskForStartupTooltip}" Header="{DynamicResource useLogonTaskForStartup}">
46+
<ui:SettingsCard.HeaderIcon>
47+
<ui:FontIcon Glyph="&#xE823;" />
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="&#xE7EF;" />
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}"

0 commit comments

Comments
 (0)