This commit is contained in:
Roman Volosovskyi 2017-04-12 16:51:32 +03:00
parent d272bf05a5
commit 58f8eecffa
1 changed files with 2 additions and 0 deletions

View File

@ -1678,6 +1678,7 @@ function phoneSuggestions(params, context) {
var phoneConfig = { var phoneConfig = {
name: "phone", name: "phone",
registeredOnly: true,
icon: "phone_white", icon: "phone_white",
title: I18n.t('phone_title'), title: I18n.t('phone_title'),
description: I18n.t('phone_description'), description: I18n.t('phone_description'),
@ -1845,6 +1846,7 @@ function browseSuggestions(params) {
status.command({ status.command({
name: "browse", name: "browse",
registeredOnly: true,
color: "#ffa500", color: "#ffa500",
hidden: true, hidden: true,
fullscreen: true, fullscreen: true,