mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Merge pull request #3610 from Flow-Launcher/title_binding
Use dynamic resource instead of binding
This commit is contained in:
commit
dbba91a3ac
1 changed files with 1 additions and 1 deletions
|
|
@ -154,7 +154,7 @@
|
|||
Title="{DynamicResource AlwaysPreview}"
|
||||
Margin="0 14 0 0"
|
||||
Icon=""
|
||||
Sub="{Binding AlwaysPreviewToolTip}">
|
||||
Sub="{DynamicResource AlwaysPreviewToolTip}">
|
||||
<ui:ToggleSwitch
|
||||
IsOn="{Binding Settings.AlwaysPreview}"
|
||||
OffContent="{DynamicResource disable}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue