mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Change Hardcoded toggle on/off label to string
This commit is contained in:
parent
f42d6a1922
commit
b2184c3946
1 changed files with 2 additions and 2 deletions
|
|
@ -112,8 +112,8 @@
|
|||
|
||||
<Style x:Key="SideToggleSwitch" TargetType="{x:Type ui:ToggleSwitch}">
|
||||
<Setter Property="Grid.Column" Value="2" />
|
||||
<Setter Property="OffContent" Value="Off" />
|
||||
<Setter Property="OnContent" Value="On" />
|
||||
<Setter Property="OffContent" Value="{DynamicResource disable}" />
|
||||
<Setter Property="OnContent" Value="{DynamicResource enable}" />
|
||||
<Setter Property="FlowDirection" Value="RightToLeft" />
|
||||
<Setter Property="Margin" Value="0,4,22,4" />
|
||||
</Style>
|
||||
|
|
|
|||
Loading…
Reference in a new issue