You need to set blocked field to 1 from Desktop Icon doctype then reload
BTW This doctype is not searchable by the user
You can make this change using query
update `tabDesktop Icon` set blocked=1 where type='module' and module_name='Contacts';
You need to set blocked field to 1 from Desktop Icon doctype then reload
BTW This doctype is not searchable by the user
You can make this change using query
update `tabDesktop Icon` set blocked=1 where type='module' and module_name='Contacts';