Merge pull request 'hide banner if there are files' (#473) from fix/welcomeBanner into release/v9.1.0

Reviewed-on: https://git.onlyoffice.com/ONLYOFFICE/desktop-apps/pulls/473
This commit is contained in:
Oleg Korshul
2025-10-02 19:22:06 +00:00
3 changed files with 3 additions and 0 deletions

View File

@ -1592,6 +1592,7 @@ li.menu-item {
.main-column,
.action-panel,
.dlg-template-preview,
*
{
::-webkit-scrollbar-track {

View File

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

View File

@ -467,6 +467,7 @@
};
CommonEvents.on('lang:changed', (ol, nl) => {
if (ol === nl) return;
_resetPagination.call(this);
_reload_templates(nl);
_loadTemplates.call(this, nl);