mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Change glyph
This commit is contained in:
parent
abfbef41ae
commit
c705b01326
2 changed files with 2 additions and 1 deletions
|
|
@ -872,7 +872,7 @@
|
|||
Style="{DynamicResource SideToggleSwitch}"
|
||||
ToolTip="{DynamicResource UseQuickLookToolTip}" />
|
||||
<TextBlock Style="{StaticResource Glyph}">
|
||||

|
||||

|
||||
</TextBlock>
|
||||
</ItemsControl>
|
||||
</Border>
|
||||
|
|
|
|||
|
|
@ -578,6 +578,7 @@ namespace Flow.Launcher.ViewModel
|
|||
{
|
||||
if (PreviewVisible)
|
||||
{
|
||||
// To deal with always preview
|
||||
HideInternalPreview();
|
||||
}
|
||||
else if(Settings.UseExternalPreview && CanExternalPreviewSelectedResult(out var path))
|
||||
|
|
|
|||
Loading…
Reference in a new issue