1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 12:32:20 +02:00

Closed dialog on 'yes' on force-create dialog

This commit is contained in:
Brian Fiete 2020-05-12 06:44:34 -07:00
parent 0a7e0e01e6
commit c2077acc2b

View file

@ -111,6 +111,7 @@ namespace IDE.ui
dialog.AddButton("Yes", new (evt) =>
{
CreateProject(createFlags | .NonEmptyDirOkay);
Close();
});
dialog.AddButton("No", new (evt) =>
{