mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-12 19:49:59 +05:00
Add missing file menu in File app
This commit is contained in:
parent
eb61351c79
commit
e435d2c4af
@ -1078,6 +1078,7 @@
|
||||
.cp-toolbar-bottom-mid {
|
||||
display: flex;
|
||||
order: 2;
|
||||
margin: auto;
|
||||
button {
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
@ -71,6 +71,7 @@ define([
|
||||
$container: $bar,
|
||||
metadataMgr: metadataMgr,
|
||||
pageTitle: Messages.upload_title,
|
||||
addFileMenu: true,
|
||||
sfCommon: common,
|
||||
};
|
||||
var toolbar = APP.toolbar = Toolbar.create(configTb);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user