diff --git a/app/js/controllers.js b/app/js/controllers.js index 94eb438c..5771837e 100644 --- a/app/js/controllers.js +++ b/app/js/controllers.js @@ -528,6 +528,10 @@ angular.module('myApp.controllers', ['myApp.i18n']) }) } + $scope.isHistoryPeerGroup = function () { + return $scope.historyPeer.id < 0 && !AppPeersManager.isBroadcast($scope.historyPeer.id) + } + // setTimeout($scope.openSettings, 1000) $scope.openFaq = function () { diff --git a/app/partials/desktop/head.html b/app/partials/desktop/head.html index 30d82df4..6f92f30b 100644 --- a/app/partials/desktop/head.html +++ b/app/partials/desktop/head.html @@ -56,8 +56,8 @@
  • -
  • -
  • +
  • +
  • diff --git a/app/partials/mobile/head.html b/app/partials/mobile/head.html index 71d332e9..bf2a283e 100644 --- a/app/partials/mobile/head.html +++ b/app/partials/mobile/head.html @@ -28,8 +28,8 @@
  • -
  • -
  • +
  • +