fix: disable chat popup

This commit is contained in:
sokumon 2026-02-26 13:09:45 +05:30
parent de5fa10c30
commit 14a003eeb7

View file

@ -32,9 +32,6 @@ $(document).ready(function () {
!!frappe.boot.setup_complete &&
!frappe.is_mobile() &&
frappe.user.has_role("System Manager");
if (visiblity_condition && isFCUser) {
addChatBubble();
}
if (isFCUser) {
$.extend(card_args, {
primary_action_label: "Upgrade",