How to remove the help menu without affecting the system update of the bench updae?

How to remove the help menu without affecting the system update of the bench updae?

Modify the build.json method, change the build.json and use the bench updae update to prompt “Cannot proceed with update: You have local changes in app “frappe” that are not committed.”

Stash your changes.

Go to apps/erpnext and apps/frappe, both times do
git add .
git stash

bench update
then stash apply

2 Likes