Skip to content

Commit c705b01

Browse files
Change glyph
1 parent abfbef4 commit c705b01

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Flow.Launcher/SettingWindow.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -872,7 +872,7 @@
872872
Style="{DynamicResource SideToggleSwitch}"
873873
ToolTip="{DynamicResource UseQuickLookToolTip}" />
874874
<TextBlock Style="{StaticResource Glyph}">
875-
&#xe8a1;
875+
&#xe773;
876876
</TextBlock>
877877
</ItemsControl>
878878
</Border>

Flow.Launcher/ViewModel/MainViewModel.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -578,6 +578,7 @@ private void TogglePreview()
578578
{
579579
if (PreviewVisible)
580580
{
581+
// To deal with always preview
581582
HideInternalPreview();
582583
}
583584
else if(Settings.UseExternalPreview && CanExternalPreviewSelectedResult(out var path))

0 commit comments

Comments
 (0)