Various updates.
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
using MangaReader.WinUI.ViewModels;
|
||||
using Microsoft.UI.Xaml;
|
||||
using Microsoft.UI.Xaml.Controls;
|
||||
using System.Threading;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace MangaReader.WinUI.Views;
|
||||
@@ -16,4 +15,9 @@ public sealed partial class LibraryView : Page
|
||||
|
||||
viewModel = (LibraryViewModel)DataContext;
|
||||
}
|
||||
|
||||
private void Page_Loaded(object sender, RoutedEventArgs e)
|
||||
{
|
||||
Task.Run(viewModel.SearchAsync);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user