Skip to content

Commit

Permalink
perf: 📝 Control in stop charging
Browse files Browse the repository at this point in the history
  • Loading branch information
viarotel committed Dec 19, 2023
1 parent 9b7e6db commit 8707eb5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"editor.formatOnSave": false,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true,
"source.organizeImports": false
"source.fixAll.eslint": "explicit",
"source.organizeImports": "never"
},
"eslint.format.enable": true,
"eslint.codeAction.showDocumentation": {
Expand Down
2 changes: 1 addition & 1 deletion src/locales/languages/en_US.json
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@
"preferences.device.control-end-video.placeholder": "Turn off screen when control ends",
"preferences.device.control-in-stop-charging.name": "Stop Charging",
"preferences.device.control-in-stop-charging.placeholder": "Stop charging when controlling",
"preferences.device.control-in-stop-charging.tips": "May not work on some models",
"preferences.device.control-in-stop-charging.tips": "Stop charging when controlling",
"preferences.device.display-overlay.name": "Simulated Display",
"preferences.device.display-overlay.placeholder": "1080x1920/320,secure",
"preferences.device.display-overlay.tips": "Size and resolution of simulated secondary display, Mirroring group relies on this option",
Expand Down
6 changes: 3 additions & 3 deletions src/locales/languages/zh_CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -213,9 +213,9 @@
"preferences.device.control-in-close-screen.placeholder": "开启后控制设备时将自动关闭设备屏幕",
"preferences.device.control-end-video.name": "控制结束关闭屏幕",
"preferences.device.control-end-video.placeholder": "开启后停止控制设备将自动关闭设备屏幕",
"preferences.device.control-in-stop-charging.name": "控制时停止充电",
"preferences.device.control-in-stop-charging.placeholder": "开启后控制设备时将停止充电",
"preferences.device.control-in-stop-charging.tips": "某些机型上似乎不起作用",
"preferences.device.control-in-stop-charging.name": "控制时停止亮屏",
"preferences.device.control-in-stop-charging.placeholder": "开启后控制设备时将停止自动亮屏",
"preferences.device.control-in-stop-charging.tips": "开启后控制设备时将停止自动亮屏",
"preferences.device.display-overlay.name": "模拟辅助显示器",
"preferences.device.display-overlay.placeholder": "1080x1920/320,secure",
"preferences.device.display-overlay.tips": "用于调整模拟辅助显示器的大小和分辨率,多屏协同(镜像组)依赖于此选项",
Expand Down

0 comments on commit 8707eb5

Please sign in to comment.