perf: ♻️ Adjust the position of the start application button

This commit is contained in:
viarotel 2024-11-05 18:36:11 +08:00
parent d19e781471
commit 9833932be3

View File

@ -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',