mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Adjust setting ui
This commit is contained in:
parent
48ed8979f9
commit
8eaaf91db7
1 changed files with 19 additions and 23 deletions
|
|
@ -43,29 +43,16 @@
|
|||
OffContent="{DynamicResource disable}"
|
||||
OnContent="{DynamicResource enable}" />
|
||||
</cc:ExCard.SideContent>
|
||||
|
||||
<StackPanel>
|
||||
<cc:Card
|
||||
Title="{DynamicResource useLogonTaskForStartup}"
|
||||
Icon=""
|
||||
Sub="{DynamicResource useLogonTaskForStartupTooltip}"
|
||||
Type="Inside">
|
||||
<ui:ToggleSwitch
|
||||
IsOn="{Binding UseLogonTaskForStartup}"
|
||||
OffContent="{DynamicResource disable}"
|
||||
OnContent="{DynamicResource enable}" />
|
||||
</cc:Card>
|
||||
<cc:Card
|
||||
Title="{DynamicResource alwaysRunAsAdministrator}"
|
||||
Icon=""
|
||||
Sub="{DynamicResource alwaysRunAsAdministratorToolTip}"
|
||||
Type="Inside">
|
||||
<ui:ToggleSwitch
|
||||
IsOn="{Binding AlwaysRunAsAdministrator}"
|
||||
OffContent="{DynamicResource disable}"
|
||||
OnContent="{DynamicResource enable}" />
|
||||
</cc:Card>
|
||||
</StackPanel>
|
||||
<cc:Card
|
||||
Title="{DynamicResource useLogonTaskForStartup}"
|
||||
Icon=""
|
||||
Sub="{DynamicResource useLogonTaskForStartupTooltip}"
|
||||
Type="Inside">
|
||||
<ui:ToggleSwitch
|
||||
IsOn="{Binding UseLogonTaskForStartup}"
|
||||
OffContent="{DynamicResource disable}"
|
||||
OnContent="{DynamicResource enable}" />
|
||||
</cc:Card>
|
||||
</cc:ExCard>
|
||||
<cc:Card
|
||||
Title="{DynamicResource hideOnStartup}"
|
||||
|
|
@ -76,6 +63,15 @@
|
|||
OffContent="{DynamicResource disable}"
|
||||
OnContent="{DynamicResource enable}" />
|
||||
</cc:Card>
|
||||
<cc:Card
|
||||
Title="{DynamicResource alwaysRunAsAdministrator}"
|
||||
Icon=""
|
||||
Sub="{DynamicResource alwaysRunAsAdministratorToolTip}">
|
||||
<ui:ToggleSwitch
|
||||
IsOn="{Binding AlwaysRunAsAdministrator}"
|
||||
OffContent="{DynamicResource disable}"
|
||||
OnContent="{DynamicResource enable}" />
|
||||
</cc:Card>
|
||||
|
||||
<cc:Card Title="{DynamicResource hideFlowLauncherWhenLoseFocus}" Margin="0 14 0 0">
|
||||
<ui:ToggleSwitch
|
||||
|
|
|
|||
Loading…
Reference in a new issue