diff --git a/src/components/Device/components/ControlBar/index.vue b/src/components/Device/components/ControlBar/index.vue index 16d5e63..c4951e6 100644 --- a/src/components/Device/components/ControlBar/index.vue +++ b/src/components/Device/components/ControlBar/index.vue @@ -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',