Change glyph

This commit is contained in:
Vic 2023-05-22 20:29:44 +08:00
parent abfbef41ae
commit c705b01326
2 changed files with 2 additions and 1 deletions

View file

@ -872,7 +872,7 @@
Style="{DynamicResource SideToggleSwitch}"
ToolTip="{DynamicResource UseQuickLookToolTip}" />
<TextBlock Style="{StaticResource Glyph}">
&#xe8a1;
&#xe773;
</TextBlock>
</ItemsControl>
</Border>

View file

@ -578,6 +578,7 @@ namespace Flow.Launcher.ViewModel
{
if (PreviewVisible)
{
// To deal with always preview
HideInternalPreview();
}
else if(Settings.UseExternalPreview && CanExternalPreviewSelectedResult(out var path))