mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix ui issue
This commit is contained in:
parent
721bb987fd
commit
81667d03ee
1 changed files with 6 additions and 4 deletions
|
|
@ -44,11 +44,12 @@
|
|||
OnContent="{DynamicResource enable}" />
|
||||
</cc:ExCard.SideContent>
|
||||
|
||||
<cc:CardGroup>
|
||||
<StackPanel>
|
||||
<cc:Card
|
||||
Title="{DynamicResource useLogonTaskForStartup}"
|
||||
Icon=""
|
||||
Sub="{DynamicResource useLogonTaskForStartupTooltip}">
|
||||
Sub="{DynamicResource useLogonTaskForStartupTooltip}"
|
||||
Type="Inside">
|
||||
<ui:ToggleSwitch
|
||||
IsOn="{Binding UseLogonTaskForStartup}"
|
||||
OffContent="{DynamicResource disable}"
|
||||
|
|
@ -57,13 +58,14 @@
|
|||
<cc:Card
|
||||
Title="{DynamicResource alwaysRunAsAdministrator}"
|
||||
Icon=""
|
||||
Sub="{DynamicResource alwaysRunAsAdministratorToolTip}">
|
||||
Sub="{DynamicResource alwaysRunAsAdministratorToolTip}"
|
||||
Type="Inside">
|
||||
<ui:ToggleSwitch
|
||||
IsOn="{Binding AlwaysRunAsAdministrator}"
|
||||
OffContent="{DynamicResource disable}"
|
||||
OnContent="{DynamicResource enable}" />
|
||||
</cc:Card>
|
||||
</cc:CardGroup>
|
||||
</StackPanel>
|
||||
</cc:ExCard>
|
||||
<cc:Card
|
||||
Title="{DynamicResource hideOnStartup}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue