Skip to content

Commit

Permalink
fix: 🐛 修复触摸点配置描述错误的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
viarotel committed Sep 26, 2023
1 parent dd4cb9e commit 4e2be23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/renderer/src/components/Advanced/configs/device/index.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
export default () => {
return [
{
label: '虚拟控制栏',
label: '展示触摸点',
type: 'switch',
field: '--show-touches',
value: false,
placeholder: '开启后将打开虚拟控制栏,在某些机型上可能不会生效 比如较老的具有实体按键的设备',
placeholder: '开启后将打开开发者选项中的显示点按触摸反馈(仅在物理设备上展示)',
},
{
label: '保持清醒',
Expand Down

0 comments on commit 4e2be23

Please sign in to comment.