MySQL Forums
Forum List  »  MySQL Workbench

Re: HOW TO DISABLE CHECK FOR UPDATES FROM HELP MENU
Posted by: Bahc Ba
Date: September 15, 2014 10:46AM

Mike, this application is for multi-users deployment in the enterprise.

Please tell me what is the value I need to change to disable the 'Check for Updates' from Help menu in the below lines of 'main_menu.xml':

- <value type="object" struct-name="app.MenuItem" id="com.mysql.wb.menu.help.check_update">
<link type="object" key="owner" struct-name="app.MenuItem">com.mysql.wb.menu.help</link>
<value type="string" key="caption">Check for Updates</value>
<value type="string" key="name">checkUpdate</value>
<value type="string" key="command">plugin:wb.tools.checkForUpdates</value>
<value type="string" key="itemType">action</value>


Thanks.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: HOW TO DISABLE CHECK FOR UPDATES FROM HELP MENU
1447
September 15, 2014 10:46AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.