mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Use ChangeQueryText func
This commit is contained in:
parent
db6e54160f
commit
e8d4afbf31
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ namespace Flow.Launcher
|
|||
{
|
||||
if (System.Windows.Clipboard.ContainsText())
|
||||
{
|
||||
_viewModel.QueryText = System.Windows.Clipboard.GetText().Replace("\n", String.Empty).Replace("\r", String.Empty);
|
||||
_viewModel.ChangeQueryText(System.Windows.Clipboard.GetText().Replace("\n", String.Empty).Replace("\r", String.Empty));
|
||||
e.Handled = true;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue