mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Merge pull request #2767 from Flow-Launcher/fix-settings-general-pane-always-preview-subtitle
Fix "always preview" card subtitle not displaying the hotkey in Settings — General
This commit is contained in:
commit
7337709d00
1 changed files with 1 additions and 1 deletions
|
|
@ -137,7 +137,7 @@
|
|||
Title="{DynamicResource AlwaysPreview}"
|
||||
Margin="0 14 0 0"
|
||||
Icon=""
|
||||
Sub="{DynamicResource AlwaysPreviewToolTip}">
|
||||
Sub="{Binding AlwaysPreviewToolTip}">
|
||||
<ui:ToggleSwitch
|
||||
IsOn="{Binding Settings.AlwaysPreview}"
|
||||
OffContent="{DynamicResource disable}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue