Skip to content

Commit

Permalink
perf: ♻️ Adjust the position of the start application button
Browse files Browse the repository at this point in the history
  • Loading branch information
viarotel committed Nov 5, 2024
1 parent d19e781 commit 9833932
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/components/Device/components/ControlBar/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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',
Expand Down

0 comments on commit 9833932

Please sign in to comment.