Add properties button to the file app to see owners and password

pull/1/head
yflory 2018-05-30 18:48:29 +02:00
parent 68fb534d25
commit 06818b798f
1 changed files with 1 additions and 0 deletions

View File

@ -112,6 +112,7 @@ define([
toolbar.addElement(['pageTitle'], {pageTitle: title});
toolbar.$rightside.append(common.createButton('forget', true));
toolbar.$rightside.append(common.createButton('properties', true));
if (common.isLoggedIn()) {
toolbar.$rightside.append(common.createButton('hashtag', true));
}