add started:true bool to sandbox setup rpc

This commit is contained in:
iceweasel-oai
2026-02-17 16:14:53 -08:00
parent df36b1650a
commit 99567b98e9
7 changed files with 27 additions and 5 deletions

View File

@@ -17138,6 +17138,14 @@
},
"WindowsSandboxSetupStartResponse": {
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"started": {
"type": "boolean"
}
},
"required": [
"started"
],
"title": "WindowsSandboxSetupStartResponse",
"type": "object"
},