Remove postAttachCommand from waitFor enum

This commit is contained in:
Christof Marti
2021-07-21 11:14:07 +02:00
parent 4508c29d35
commit 45a5a62228
2 changed files with 6 additions and 12 deletions

View File

@@ -239,8 +239,7 @@
"onCreateCommand",
"updateContentCommand",
"postCreateCommand",
"postStartCommand",
"postAttachCommand"
"postStartCommand"
],
"description": "The user command to wait for before continuing execution in the background while the UI is starting up. The default is \"updateContentCommand\"."
},