Skip to content

Commit b16cd14

Browse files
committed
Remove unused property
1 parent ed4fdb7 commit b16cd14

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Flow.Launcher/ViewModel/ResultViewModel.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,6 @@ public ResultViewModel(Result result, Settings settings)
6464

6565
public Settings Settings { get; }
6666

67-
public Visibility ShowOpenResultHotkey =>
68-
Settings.ShowOpenResultHotkey ? Visibility.Visible : Visibility.Collapsed;
69-
7067
public Visibility ShowDefaultPreview => Result.PreviewPanel == null ? Visibility.Visible : Visibility.Collapsed;
7168

7269
public Visibility ShowCustomizedPreview => Result.PreviewPanel == null ? Visibility.Collapsed : Visibility.Visible;

0 commit comments

Comments
 (0)