mirror of
https://github.com/stuff-by-3-random-dudes/UWUVCI-AIO-WPF
synced 2024-11-10 13:44:13 +00:00
Can't async UI
This commit is contained in:
parent
0721c8f5af
commit
b7117d17f7
1 changed files with 2 additions and 2 deletions
|
@ -53,10 +53,10 @@ namespace UWUVCI_AIO_WPF.UI.Frames
|
|||
parent.paths(false);
|
||||
}
|
||||
|
||||
private async void Button_Click_3(object sender, RoutedEventArgs e)
|
||||
private void Button_Click_3(object sender, RoutedEventArgs e)
|
||||
{
|
||||
MainViewModel mvm = FindResource("mvm") as MainViewModel;
|
||||
await mvm.UpdateBaseAsync();
|
||||
mvm.UpdateBaseAsync();
|
||||
}
|
||||
|
||||
private void Button_Click_4(object sender, RoutedEventArgs e)
|
||||
|
|
Loading…
Reference in a new issue