From a87f0ce8c052035413232de18f107f167e7c03f6 Mon Sep 17 00:00:00 2001 From: oblarg Date: Fri, 10 Feb 2023 13:27:56 -0500 Subject: [PATCH] Add inspect to platform window to allow print testing --- app.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app.json b/app.json index ea679ce..f1a296d 100644 --- a/app.json +++ b/app.json @@ -27,10 +27,10 @@ }, "defaultWindowOptions": { "url": "http://localhost:5555/platform-window.html", - "contextMenuSettings": { - "reload": false, - "devtools": false, - "enable": false + "contextMenuOptions": { + "template": [ + "inspect" + ] }, "defaultWidth": 900, "defaultHeight": 720,