Skip to content

Commit 8656edd

Browse files
authored
Change protection level of ReQuery instance
1 parent c7bb633 commit 8656edd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher/ViewModel/MainViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ private void LoadHistory()
208208
}
209209

210210
[RelayCommand]
211-
private void ReQuery()
211+
public void ReQuery()
212212
{
213213
if (SelectedIsFromQueryResults())
214214
{

0 commit comments

Comments
 (0)