Skip to content

Commit 3fef743

Browse files
committed
Fix Always Preview Binding
1 parent 2a4b4de commit 3fef743

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="{DynamicResource AlwaysPreviewToolTip}">
157+
Sub="{Binding AlwaysPreviewToolTip}">
158158
<ui:ToggleSwitch
159159
IsOn="{Binding Settings.AlwaysPreview}"
160160
OffContent="{DynamicResource disable}"

0 commit comments

Comments
 (0)