mirror of
https://github.com/ONLYOFFICE/desktop-apps.git
synced 2026-04-07 14:09:22 +08:00
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:
@ -1592,6 +1592,7 @@ li.menu-item {
|
||||
|
||||
.main-column,
|
||||
.action-panel,
|
||||
.dlg-template-preview,
|
||||
*
|
||||
{
|
||||
::-webkit-scrollbar-track {
|
||||
|
||||
@ -311,6 +311,7 @@
|
||||
|
||||
if (collectionRecents.size() > 0 || collectionRecovers.size() > 0) {
|
||||
this.dndZone.hide();
|
||||
this.view.$panel.find('#area-welcome').hide();
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
@ -467,6 +467,7 @@
|
||||
};
|
||||
|
||||
CommonEvents.on('lang:changed', (ol, nl) => {
|
||||
if (ol === nl) return;
|
||||
_resetPagination.call(this);
|
||||
_reload_templates(nl);
|
||||
_loadTemplates.call(this, nl);
|
||||
|
||||
Reference in New Issue
Block a user