Delete unused function

This commit is contained in:
Vic 2022-12-23 13:28:08 +08:00
parent 4c2760e80e
commit 23de7cfdb2

View file

@ -630,10 +630,6 @@ namespace Flow.Launcher
{
_viewModel.ResetPreview();
}
public void PreviewToggle()
{
_viewModel.TogglePreview();
}
private void MoveQueryTextToEnd()
{