mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Remove unused property
This commit is contained in:
parent
ed4fdb7561
commit
b16cd145c1
1 changed files with 0 additions and 3 deletions
|
|
@ -64,9 +64,6 @@ namespace Flow.Launcher.ViewModel
|
||||||
|
|
||||||
public Settings Settings { get; }
|
public Settings Settings { get; }
|
||||||
|
|
||||||
public Visibility ShowOpenResultHotkey =>
|
|
||||||
Settings.ShowOpenResultHotkey ? Visibility.Visible : Visibility.Collapsed;
|
|
||||||
|
|
||||||
public Visibility ShowDefaultPreview => Result.PreviewPanel == null ? Visibility.Visible : Visibility.Collapsed;
|
public Visibility ShowDefaultPreview => Result.PreviewPanel == null ? Visibility.Visible : Visibility.Collapsed;
|
||||||
|
|
||||||
public Visibility ShowCustomizedPreview => Result.PreviewPanel == null ? Visibility.Collapsed : Visibility.Visible;
|
public Visibility ShowCustomizedPreview => Result.PreviewPanel == null ? Visibility.Collapsed : Visibility.Visible;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue