Cleanup and minor changes in FileSystem Dock

This commit is contained in:
Michael Alexsander Silva Dias 2019-08-22 01:22:52 -03:00
parent 1349e0e585
commit c5b45c9f09
2 changed files with 123 additions and 180 deletions

File diff suppressed because it is too large Load diff

View file

@ -171,7 +171,7 @@ private:
bool updating_tree;
int tree_update_id;
Tree *tree; //directories
Tree *tree;
ItemList *files;
bool import_dock_needs_update;
@ -250,7 +250,6 @@ private:
String name;
String path;
StringName type;
int import_status; //0 not imported, 1 - ok, 2- must reimport, 3- broken
Vector<String> sources;
bool import_broken;