Skip to content

Commit 43dcb38

Browse files
committed
Fix "always preview" card subtitle not displaying the hotkey in Settings — General
1 parent 9b9ebfc commit 43dcb38

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
@@ -137,7 +137,7 @@
137137
Title="{DynamicResource AlwaysPreview}"
138138
Margin="0 14 0 0"
139139
Icon=""
140-
Sub="{DynamicResource AlwaysPreviewToolTip}">
140+
Sub="{Binding AlwaysPreviewToolTip}">
141141
<ui:ToggleSwitch
142142
IsOn="{Binding Settings.AlwaysPreview}"
143143
OffContent="{DynamicResource disable}"

0 commit comments

Comments
 (0)