Add missing file menu in File app

This commit is contained in:
yflory 2024-04-02 16:28:39 +02:00
parent eb61351c79
commit e435d2c4af
2 changed files with 2 additions and 0 deletions

View file

@ -1078,6 +1078,7 @@
.cp-toolbar-bottom-mid {
display: flex;
order: 2;
margin: auto;
button {
margin-right: 5px;
}

View file

@ -71,6 +71,7 @@ define([
$container: $bar,
metadataMgr: metadataMgr,
pageTitle: Messages.upload_title,
addFileMenu: true,
sfCommon: common,
};
var toolbar = APP.toolbar = Toolbar.create(configTb);