Tweak MessageBox

This commit is contained in:
Michael Bucari-Tovo 2022-07-22 19:20:47 -06:00
parent 07d2c656fc
commit ab731a63af
10 changed files with 14 additions and 14 deletions

View file

@ -41,7 +41,7 @@ namespace LibationWinForms.AvaloniaUI.Views.Dialogs
}
}
private async void GoToLogs_Tapped(object sender, Avalonia.Interactivity.RoutedEventArgs e)
private void GoToLogs_Tapped(object sender, Avalonia.Interactivity.RoutedEventArgs e)
{
LongPath dir = "";
try