mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-11 04:52:21 +02:00
Closed dialog on 'yes' on force-create dialog
This commit is contained in:
parent
0a7e0e01e6
commit
c2077acc2b
1 changed files with 1 additions and 0 deletions
|
@ -111,6 +111,7 @@ namespace IDE.ui
|
||||||
dialog.AddButton("Yes", new (evt) =>
|
dialog.AddButton("Yes", new (evt) =>
|
||||||
{
|
{
|
||||||
CreateProject(createFlags | .NonEmptyDirOkay);
|
CreateProject(createFlags | .NonEmptyDirOkay);
|
||||||
|
Close();
|
||||||
});
|
});
|
||||||
dialog.AddButton("No", new (evt) =>
|
dialog.AddButton("No", new (evt) =>
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue