Change protection level of ReQuery instance

This commit is contained in:
AminSallah 2024-02-23 23:25:29 +02:00 committed by GitHub
parent c7bb6336fb
commit 8656eddf41
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -208,7 +208,7 @@ namespace Flow.Launcher.ViewModel
} }
[RelayCommand] [RelayCommand]
private void ReQuery() public void ReQuery()
{ {
if (SelectedIsFromQueryResults()) if (SelectedIsFromQueryResults())
{ {