From 41ba204ee6440e78c560c91ed3d6b10985805a42 Mon Sep 17 00:00:00 2001 From: shizhendong Date: Tue, 3 Sep 2024 16:43:13 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20droidVNC-NG=20=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E9=85=8D=E7=BD=AE=E9=A1=B9=EF=BC=8C=E6=89=93?= =?UTF-8?q?=E5=BC=80=20=E9=BC=A0=E6=A0=87=E5=B1=95=E7=A4=BA=E3=80=81?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E4=BC=A0=E8=BE=93=E3=80=81=E5=BC=80=E6=9C=BA?= =?UTF-8?q?=E8=87=AA=E5=90=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/lib/droidvnc-np-defaults.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/main/resources/lib/droidvnc-np-defaults.json b/src/main/resources/lib/droidvnc-np-defaults.json index e6d8f37..3820b6a 100644 --- a/src/main/resources/lib/droidvnc-np-defaults.json +++ b/src/main/resources/lib/droidvnc-np-defaults.json @@ -2,5 +2,8 @@ "password": "", "port": 5900, "viewOnly": false, - "accessKey": "d042e2b5d5f348588a4e1a243eb7a9a0" + "accessKey": "d042e2b5d5f348588a4e1a243eb7a9a0", + "showPointers": true, + "fileTransfer": true, + "startOnBoot": true } \ No newline at end of file