File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Flow.Launcher/SettingPages/Views Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 53
53
54
54
<ui : SettingsCard
55
55
Margin =" 0 4 0 0"
56
- Description =" {DynamicResource alwaysRunAsAdministratorToolTip }"
57
- Header =" {DynamicResource alwaysRunAsAdministrator }" >
56
+ Description =" {DynamicResource hideOnStartupToolTip }"
57
+ Header =" {DynamicResource hideOnStartup }" >
58
58
<ui : SettingsCard .HeaderIcon>
59
- <ui : FontIcon Glyph ="  ; " />
59
+ <ui : FontIcon Glyph ="  ; " />
60
60
</ui : SettingsCard .HeaderIcon>
61
61
62
62
<ui : ToggleSwitch
63
- IsOn =" {Binding AlwaysRunAsAdministrator }"
63
+ IsOn =" {Binding Settings.HideOnStartup }"
64
64
OffContent =" {DynamicResource disable}"
65
65
OnContent =" {DynamicResource enable}" />
66
66
</ui : SettingsCard >
67
67
68
68
<ui : SettingsCard
69
69
Margin =" 0 4 0 0"
70
- Description =" {DynamicResource hideOnStartupToolTip }"
71
- Header =" {DynamicResource hideOnStartup }" >
70
+ Description =" {DynamicResource alwaysRunAsAdministratorToolTip }"
71
+ Header =" {DynamicResource alwaysRunAsAdministrator }" >
72
72
<ui : SettingsCard .HeaderIcon>
73
- <ui : FontIcon Glyph ="  ; " />
73
+ <ui : FontIcon Glyph ="  ; " />
74
74
</ui : SettingsCard .HeaderIcon>
75
75
76
76
<ui : ToggleSwitch
77
- IsOn =" {Binding Settings.HideOnStartup }"
77
+ IsOn =" {Binding AlwaysRunAsAdministrator }"
78
78
OffContent =" {DynamicResource disable}"
79
79
OnContent =" {DynamicResource enable}" />
80
80
</ui : SettingsCard >
You can’t perform that action at this time.
0 commit comments