** Solved** How do I turn off "New updates are available" pop-up window? **Proven NOT to be Admin only!

Comment the following line.

“frappe.utils.change_log.check_for_update” in frappe hook
this.show_update_available(); in desk.js

Edit: After changed

bench build
bench restart

8 Likes