Skip to content

Commit a3b0b2d

Browse files
committed
Use dynamic resource instead of binding
1 parent db97288 commit a3b0b2d

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)