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 5353
5454 <ui : SettingsCard
5555 Margin =" 0 4 0 0"
56- Description =" {DynamicResource alwaysRunAsAdministratorToolTip }"
57- Header =" {DynamicResource alwaysRunAsAdministrator }" >
56+ Description =" {DynamicResource hideOnStartupToolTip }"
57+ Header =" {DynamicResource hideOnStartup }" >
5858 <ui : SettingsCard .HeaderIcon>
59- <ui : FontIcon Glyph ="  ; " />
59+ <ui : FontIcon Glyph ="  ; " />
6060 </ui : SettingsCard .HeaderIcon>
6161
6262 <ui : ToggleSwitch
63- IsOn =" {Binding AlwaysRunAsAdministrator }"
63+ IsOn =" {Binding Settings.HideOnStartup }"
6464 OffContent =" {DynamicResource disable}"
6565 OnContent =" {DynamicResource enable}" />
6666 </ui : SettingsCard >
6767
6868 <ui : SettingsCard
6969 Margin =" 0 4 0 0"
70- Description =" {DynamicResource hideOnStartupToolTip }"
71- Header =" {DynamicResource hideOnStartup }" >
70+ Description =" {DynamicResource alwaysRunAsAdministratorToolTip }"
71+ Header =" {DynamicResource alwaysRunAsAdministrator }" >
7272 <ui : SettingsCard .HeaderIcon>
73- <ui : FontIcon Glyph ="  ; " />
73+ <ui : FontIcon Glyph ="  ; " />
7474 </ui : SettingsCard .HeaderIcon>
7575
7676 <ui : ToggleSwitch
77- IsOn =" {Binding Settings.HideOnStartup }"
77+ IsOn =" {Binding AlwaysRunAsAdministrator }"
7878 OffContent =" {DynamicResource disable}"
7979 OnContent =" {DynamicResource enable}" />
8080 </ui : SettingsCard >
You can’t perform that action at this time.
0 commit comments