Skip to content

Commit

Permalink
Default update check interfal to 'never', removed plugin configure sc…
Browse files Browse the repository at this point in the history
…reen
  • Loading branch information
RalphHogenbirk committed Oct 13, 2016
1 parent 2d459d6 commit 963b2ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Plugins/PluginFullUI.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,8 @@ def __setupMenu(self):
"PyQt&4 Documentation",
"PyQt&5 Documentation",
"&About Pymakr",
"About &Qt"]
"About &Qt"],
"plugins": ["Configure..."]
}

for menu, items in toRemove.iteritems():
Expand Down
2 changes: 1 addition & 1 deletion Preferences/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1078,7 +1078,7 @@ def initWebSettingsDefaults(cls):
pluginManagerDefaults = {
"ActivateExternal": True,
"DownloadPath": "",
"UpdatesCheckInterval": 3,
"UpdatesCheckInterval": 0,
# 0 = off
# 1 = daily
# 2 = weekly
Expand Down

0 comments on commit 963b2ad

Please sign in to comment.