enable_chat option within settings
This commit is contained in:
parent
3b6dc12e90
commit
0e8804ba31
1 changed files with 4 additions and 2 deletions
|
|
@ -69,7 +69,8 @@
|
|||
</ul>
|
||||
</li>
|
||||
|
||||
<!-- Frappe Chat -->
|
||||
{% if cint(frappe.sys_defaults.enable_chat) %}
|
||||
<!-- frappe.chat -->
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-toggle frappe-chat-toggle" data-toggle="dropdown">
|
||||
<div>
|
||||
|
|
@ -77,7 +78,8 @@
|
|||
</div>
|
||||
</a>
|
||||
</li>
|
||||
<!-- end Frappe Chat -->
|
||||
<!-- end frappe.chat -->
|
||||
{% endif %}
|
||||
|
||||
<li class="dropdown dropdown-navbar-new-comments dropdown-mobile">
|
||||
<a class="btn dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue