We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbe730c commit eb15e2cCopy full SHA for eb15e2c
1 file changed
CurvaLauncher/ViewModels/MainViewModel.cs
@@ -149,8 +149,8 @@ public void SelectPrev()
149
{
150
if (QueryResults.Count == 0)
151
152
- if (_lastInvokedQueryText != null && string.IsNullOrWhiteSpace(QueryText))
153
- QueryText = _lastInvokedQueryText;
+ if (LastInvokedQueryText != null && string.IsNullOrWhiteSpace(QueryText))
+ QueryText = LastInvokedQueryText;
154
155
return;
156
}
0 commit comments