AboutDialog crash fix

This commit is contained in:
Lukas Matena
2018-12-25 00:34:50 +01:00
parent e26b9047b1
commit 98a91c2937

View File

@@ -377,7 +377,6 @@ void about()
{
AboutDialog dlg;
dlg.ShowModal();
dlg.Destroy();
}
void desktop_open_datadir_folder()