From 9833932be3fa0e49cf5ba5bfbe5247e0d467aa90 Mon Sep 17 00:00:00 2001 From: viarotel Date: Tue, 5 Nov 2024 18:36:11 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E2=99=BB=EF=B8=8F=20Adjust=20the=20pos?= =?UTF-8?q?ition=20of=20the=20start=20application=20button?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Device/components/ControlBar/index.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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',