remove favorited dirs if original dir deleted
This commit is contained in:
@ -102,7 +102,8 @@ class DependencyRemoveDialog : public ConfirmationDialog {
|
||||
Tree *owners;
|
||||
|
||||
Map<String, String> all_remove_files;
|
||||
Vector<String> to_delete;
|
||||
Vector<String> dirs_to_delete;
|
||||
Vector<String> files_to_delete;
|
||||
|
||||
struct RemovedDependency {
|
||||
String file;
|
||||
|
||||
Reference in New Issue
Block a user