mirror of
https://github.com/viarotel-org/escrcpy.git
synced 2024-11-23 23:21:02 +01:00
perf: ♻️ Adjust the position of the start application button
This commit is contained in:
parent
d19e781471
commit
9833932be3
@ -119,6 +119,11 @@ export default {
|
||||
elIcon: 'Back',
|
||||
command: 'input keyevent 4',
|
||||
},
|
||||
{
|
||||
label: 'device.control.startApp',
|
||||
elIcon: 'Files',
|
||||
component: 'ApplicationStart',
|
||||
},
|
||||
{
|
||||
label: 'device.control.turnScreenOff',
|
||||
elIcon: 'TurnOff',
|
||||
@ -127,11 +132,6 @@ export default {
|
||||
window.scrcpy.helper(this.device.id, '--turn-screen-off')
|
||||
},
|
||||
},
|
||||
{
|
||||
label: 'device.control.startApp',
|
||||
elIcon: 'Files',
|
||||
component: 'ApplicationStart',
|
||||
},
|
||||
{
|
||||
label: 'device.control.notification',
|
||||
elIcon: 'Notification',
|
||||
|
Loading…
Reference in New Issue
Block a user