hide banner if there are files

This commit is contained in:
Dmitry-Ilyushechkin
2025-10-02 19:39:58 +03:00
parent b19d72794f
commit 7fb36c08b0

View File

@ -311,6 +311,7 @@
if (collectionRecents.size() > 0 || collectionRecovers.size() > 0) {
this.dndZone.hide();
this.view.$panel.find('#area-welcome').hide();
}
};