From 1b3f49edb2e263766f0c2cb9d0f67f463457199f Mon Sep 17 00:00:00 2001 From: viarotel Date: Wed, 8 Nov 2023 17:31:05 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E2=99=BB=EF=B8=8F=20Adjust=20volume=20?= =?UTF-8?q?control=20position?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Device/components/ControlBar/index.vue | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/components/Device/components/ControlBar/index.vue b/src/components/Device/components/ControlBar/index.vue index 37f5fcc0..1d729c37 100644 --- a/src/components/Device/components/ControlBar/index.vue +++ b/src/components/Device/components/ControlBar/index.vue @@ -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',