Skip to content

Commit dbba91a

Browse files
authored
Merge pull request #3610 from Flow-Launcher/title_binding
Use dynamic resource instead of binding
2 parents db97288 + a3b0b2d commit dbba91a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher/SettingPages/Views/SettingsPaneGeneral.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
Title="{DynamicResource AlwaysPreview}"
155155
Margin="0 14 0 0"
156156
Icon=""
157-
Sub="{Binding AlwaysPreviewToolTip}">
157+
Sub="{DynamicResource AlwaysPreviewToolTip}">
158158
<ui:ToggleSwitch
159159
IsOn="{Binding Settings.AlwaysPreview}"
160160
OffContent="{DynamicResource disable}"

0 commit comments

Comments
 (0)