Add access button in all the apps

This commit is contained in:
yflory
2020-02-19 19:05:29 +01:00
parent 620995506e
commit 521db379a0
6 changed files with 29 additions and 1 deletions

View File

@@ -132,6 +132,7 @@ define([
title: Title.getTitleConfig(),
});
toolbar.$rightside.append(common.createButton('forget', true));
toolbar.$rightside.append(common.createButton('access', true));
toolbar.$rightside.append(common.createButton('properties', true));
if (common.isLoggedIn()) {
toolbar.$rightside.append(common.createButton('hashtag', true));