Minor refactor
This commit is contained in:
parent
7b28a274a8
commit
a5d225dc44
4 changed files with 8 additions and 10 deletions
|
|
@ -20,7 +20,7 @@ namespace LibationWinForms.AvaloniaUI.Views
|
|||
await productsDisplay.RemoveCheckedBooksAsync();
|
||||
}
|
||||
|
||||
public void doneRemovingBtn_Click(object sender, Avalonia.Interactivity.RoutedEventArgs e)
|
||||
public async void doneRemovingBtn_Click(object sender, Avalonia.Interactivity.RoutedEventArgs e)
|
||||
{
|
||||
removeBooksBtn.IsVisible = false;
|
||||
doneRemovingBtn.IsVisible = false;
|
||||
|
|
@ -30,7 +30,7 @@ namespace LibationWinForms.AvaloniaUI.Views
|
|||
//Restore the filter
|
||||
filterSearchTb.IsEnabled = true;
|
||||
filterSearchTb.IsVisible = true;
|
||||
performFilter(filterSearchTb.Text);
|
||||
await performFilter(filterSearchTb.Text);
|
||||
}
|
||||
|
||||
public void removeLibraryBooksToolStripMenuItem_Click(object sender, Avalonia.Interactivity.RoutedEventArgs e)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue