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

pull/1/head
yflory 7 years ago
parent 68fb534d25
commit 06818b798f

@ -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));
}

Loading…
Cancel
Save