Moved software update plugin into "OctoPrint" settings section
This commit is contained in:
parent
8696ce9291
commit
7ae83a4031
1 changed files with 1 additions and 1 deletions
|
|
@ -186,7 +186,7 @@ default_settings = {
|
|||
"settings": [
|
||||
"section_printer", "serial", "printerprofiles", "temperatures", "terminalfilters", "gcodescripts",
|
||||
"section_features", "features", "webcam", "accesscontrol", "api",
|
||||
"section_octoprint", "folders", "appearance", "logs", "plugin_pluginmanager"
|
||||
"section_octoprint", "folders", "appearance", "logs", "plugin_pluginmanager", "plugin_softwareupdate"
|
||||
],
|
||||
"usersettings": ["access", "interface"],
|
||||
"generic": []
|
||||
|
|
|
|||
Loading…
Reference in a new issue