mirror of
https://github.com/Sebclem/OctoPrint-SimpleEmergencyStop.git
synced 2024-11-05 17:12:58 +01:00
Change default setting for dialog to false
This commit is contained in:
parent
7d0bd5a0a0
commit
7b7e8fa545
@ -23,7 +23,7 @@ class SimpleemergencystopPlugin(octoprint.plugin.StartupPlugin,
|
||||
def get_settings_defaults(self):
|
||||
return dict(
|
||||
emergencyGCODE="M112",
|
||||
confirmationDialog = True
|
||||
confirmationDialog = False
|
||||
)
|
||||
|
||||
def on_settings_save(self, data):
|
||||
|
Loading…
Reference in New Issue
Block a user