Skip to content

Commit

Permalink
Sort Qari
Browse files Browse the repository at this point in the history
  • Loading branch information
ghost1372 committed Nov 1, 2023
1 parent cf85e85 commit 56e2438
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dev/AlAnvar.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<LangVersion>latest</LangVersion>
<ImplicitUsings>enable</ImplicitUsings>
<WindowsAppSDKSelfContained>true</WindowsAppSDKSelfContained>
<Version>2.3.1</Version>
<Version>2.3.2</Version>
<AccelerateBuildsInVisualStudio>true</AccelerateBuildsInVisualStudio>
<ApplicationIcon>Assets\icon.ico</ApplicationIcon>
</PropertyGroup>
Expand All @@ -25,7 +25,7 @@
<PackageReference Include="CommunityToolkit.WinUI.Controls.Sizers" Version="8.0.230907" />
<PackageReference Include="CommunityToolkit.WinUI.Extensions" Version="8.0.230907" />
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.4.231008000" />
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.22621.756" />
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.22621.2428" />
<PackageReference Include="Microsoft.Xaml.Behaviors.WinUI.Managed" Version="2.0.9" />
<PackageReference Include="CommunityToolkit.WinUI.UI.Controls.Markdown" Version="7.1.2" />
<PackageReference Include="Downloader" Version="3.0.6" />
Expand Down
2 changes: 1 addition & 1 deletion dev/ViewModels/Qari/DownloadQariViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ private async void OnPageLoaded()
await Task.Run(async () =>
{
using var db = new AlAnvarDBContext();
var data = await db.Audios.ToListAsync();
var data = await db.Audios.OrderBy(x=>x.Name).ToListAsync();
QuranAudios = new(data);
dispatcherQueue.TryEnqueue(() =>
{
Expand Down

0 comments on commit 56e2438

Please sign in to comment.