Skip to content

Commit

Permalink
Sort the order of Social Media panel icons by URL (Issue: #79)
Browse files Browse the repository at this point in the history
  • Loading branch information
neon-nyan committed Mar 5, 2023
1 parent 9e19599 commit 566a7b6
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,8 @@ private void GetLauncherAdvInfo(CancellationToken Token, PresetConfigV2 Preset)
Description = string.IsNullOrEmpty(item.title) || Preset.IsHideSocMedDesc ? item.url : item.title
});
}

regionNewsProp.sideMenuPanel = regionNewsProp.sideMenuPanel.OrderBy(x => x.URL).ToList();
}

private void GetLauncherCarouselInfo(CancellationToken Token)
Expand Down

0 comments on commit 566a7b6

Please sign in to comment.