Add properties button to the file app to see owners and password
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…
Reference in New Issue