mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-18 16:10:26 +02:00
Fixed some file/dir deleting issues
This commit is contained in:
parent
9a2d200b70
commit
387ba470d4
5 changed files with 46 additions and 11 deletions
|
@ -18,7 +18,7 @@ namespace IDE.ui
|
|||
COUNT
|
||||
}
|
||||
|
||||
List<String> mFileNames = new List<String>() ~ DeleteContainerAndItems!(_);
|
||||
public List<String> mFileNames = new List<String>() ~ DeleteContainerAndItems!(_);
|
||||
public bool?[(int)DialogKind.COUNT] mApplyAllResult;
|
||||
public DialogKind mDialogKind;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue