Give some feedback after successful exec
This commit is contained in:
parent
82c2bc6ce2
commit
43942125c9
@ -89,6 +89,7 @@ namespace Txt2Bib
|
||||
private void GoBtn_Click(object sender, RoutedEventArgs e)
|
||||
{
|
||||
Execute();
|
||||
MessageBox.Show("File BibTeX generato correttamente.", "Success", MessageBoxButton.OK, MessageBoxImage.Information);
|
||||
}
|
||||
|
||||
private void CopyDebug_Click(object sender, RoutedEventArgs e)
|
||||
|
@ -5,7 +5,7 @@
|
||||
<TargetFramework>net6.0-windows</TargetFramework>
|
||||
<Nullable>enable</Nullable>
|
||||
<UseWPF>true</UseWPF>
|
||||
<Version>0.1.4</Version>
|
||||
<Version>0.1.5</Version>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
Loading…
Reference in New Issue
Block a user