mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Change protection level of ReQuery instance
This commit is contained in:
parent
c7bb6336fb
commit
8656eddf41
1 changed files with 1 additions and 1 deletions
|
|
@ -208,7 +208,7 @@ namespace Flow.Launcher.ViewModel
|
||||||
}
|
}
|
||||||
|
|
||||||
[RelayCommand]
|
[RelayCommand]
|
||||||
private void ReQuery()
|
public void ReQuery()
|
||||||
{
|
{
|
||||||
if (SelectedIsFromQueryResults())
|
if (SelectedIsFromQueryResults())
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue