[desktop] don't force show 'all applications' frappe/erpnext#3234

This commit is contained in:
Rushabh Mehta 2015-05-11 12:33:52 +05:30
parent 093445f22e
commit ccc0ea5cd2

View file

@ -49,7 +49,7 @@ $.extend(frappe.desktop, {
_id: "all_applications",
color: "#4aa3df",
link: "",
force_show: true,
//force_show: true,
onclick: function() {
me.all_applications.show();
}