Revert "Client: ProfileActionsStore: hide tick"

This reverts commit 75b53ef807.
This commit is contained in:
Viktor Fomin 2024-04-03 09:41:16 +03:00
parent 832d9ef0c6
commit 77463c70b2

View File

@ -339,7 +339,7 @@ class ProfileActionsStore {
icon: LiveChatReactSvgUrl,
label: t("Common:LiveChat"),
onClick: () => this.onLiveChatClick(t),
// checked: this.isShowLiveChat,
checked: this.isShowLiveChat,
withToggle: true,
};
}