fix #980
This commit is contained in:
parent
d272bf05a5
commit
58f8eecffa
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue