Skip to content

Commit

Permalink
perf: ♻️ Adjust volume control position
Browse files Browse the repository at this point in the history
  • Loading branch information
viarotel committed Nov 8, 2023
1 parent 1505518 commit 1b3f49e
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions src/components/Device/components/ControlBar/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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',
Expand Down

0 comments on commit 1b3f49e

Please sign in to comment.