We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abfbef4 commit c705b01Copy full SHA for c705b01
Flow.Launcher/SettingWindow.xaml
@@ -872,7 +872,7 @@
872
Style="{DynamicResource SideToggleSwitch}"
873
ToolTip="{DynamicResource UseQuickLookToolTip}" />
874
<TextBlock Style="{StaticResource Glyph}">
875
- 
+ 
876
</TextBlock>
877
</ItemsControl>
878
</Border>
Flow.Launcher/ViewModel/MainViewModel.cs
@@ -578,6 +578,7 @@ private void TogglePreview()
578
{
579
if (PreviewVisible)
580
581
+ // To deal with always preview
582
HideInternalPreview();
583
}
584
else if(Settings.UseExternalPreview && CanExternalPreviewSelectedResult(out var path))
0 commit comments