summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorshizhendong <[email protected]>2024-11-05 10:12:52 +0800
committershizhendong <[email protected]>2024-11-05 10:12:52 +0800
commit7ef08fba4ad774e1c054e0bbc0c0eb1559d06af0 (patch)
treee86e9677a1fcc0c6cd481e3a77341e81000a84c4
parent88d4638c27c1f996ea884c2b890c4a0c1d25a76d (diff)
fix: 模拟器 缩放级别 调整到最大
-rw-r--r--src/main/resources/lib/droidvnc-np-defaults.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/resources/lib/droidvnc-np-defaults.json b/src/main/resources/lib/droidvnc-np-defaults.json
index 3820b6a..ea95713 100644
--- a/src/main/resources/lib/droidvnc-np-defaults.json
+++ b/src/main/resources/lib/droidvnc-np-defaults.json
@@ -5,5 +5,6 @@
"accessKey": "d042e2b5d5f348588a4e1a243eb7a9a0",
"showPointers": true,
"fileTransfer": true,
- "startOnBoot": true
+ "startOnBoot": true,
+ "scaling": 1
} \ No newline at end of file