mirror of
https://gitee.com/viarotel-org/escrcpy.git
synced 2024-12-02 03:07:35 +08:00
perf: ♻️ Adjust volume control position
This commit is contained in:
parent
15055188e1
commit
1b3f49edb2
@ -88,6 +88,17 @@ export default {
|
||||
command: 'cmd statusbar expand-notifications',
|
||||
tips: 'device.control.notification.tips',
|
||||
},
|
||||
{
|
||||
label: 'device.control.power',
|
||||
elIcon: 'SwitchButton',
|
||||
command: 'input keyevent KEYCODE_POWER',
|
||||
tips: 'device.control.power.tips',
|
||||
},
|
||||
{
|
||||
label: 'device.control.reboot',
|
||||
elIcon: 'RefreshLeft',
|
||||
command: 'reboot',
|
||||
},
|
||||
{
|
||||
label: 'device.control.volume-down.name',
|
||||
svgIcon: 'volume-down',
|
||||
@ -103,17 +114,6 @@ export default {
|
||||
svgIcon: 'volume-mute',
|
||||
command: 'input keyevent KEYCODE_VOLUME_MUTE',
|
||||
},
|
||||
{
|
||||
label: 'device.control.power',
|
||||
elIcon: 'SwitchButton',
|
||||
command: 'input keyevent KEYCODE_POWER',
|
||||
tips: 'device.control.power.tips',
|
||||
},
|
||||
{
|
||||
label: 'device.control.reboot',
|
||||
elIcon: 'RefreshLeft',
|
||||
command: 'reboot',
|
||||
},
|
||||
{
|
||||
label: 'device.control.capture',
|
||||
elIcon: 'Crop',
|
||||
|
Loading…
Reference in New Issue
Block a user