diff --git a/Flow.Launcher/ViewModel/MainViewModel.cs b/Flow.Launcher/ViewModel/MainViewModel.cs index b3d11fc7c..309600926 100644 --- a/Flow.Launcher/ViewModel/MainViewModel.cs +++ b/Flow.Launcher/ViewModel/MainViewModel.cs @@ -647,6 +647,8 @@ namespace Flow.Launcher.ViewModel { if (Settings.UseQuickLook && CanExternalPreviewSelectedResult(out var path)) { + // TODO: When always preview (internal is open) and select another result can use external preview + // then switched to external, looks bad // Should use external preview for selected result if (ExternalPreviewOpen) {