mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix typos
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
8e7e173850
commit
03b558c1fc
1 changed files with 1 additions and 1 deletions
|
|
@ -211,7 +211,7 @@ namespace Flow.Launcher.ViewModel
|
|||
switch (Visibility)
|
||||
{
|
||||
case Visibility.Collapsed when Results.Count > 0:
|
||||
if (_mainVM == null || // The results are for preview only in apprerance page
|
||||
if (_mainVM == null || // The results are for preview only in appearance page
|
||||
_mainVM.ResultsSelected(this)) // The results are selected
|
||||
{
|
||||
SelectedIndex = 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue