Skip to content

Commit

Permalink
Update player.js player_screenshot_save_as default
Browse files Browse the repository at this point in the history
  • Loading branch information
raszpl committed Apr 29, 2024
1 parent 52a9b9f commit 14863f2
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions menu/skeleton-parts/player.js
Original file line number Diff line number Diff line change
Expand Up @@ -1068,7 +1068,7 @@ extension.skeleton.main.layers.section.player.on.click = {
text: 'saveAs',
options: [{
text: 'file',
value: 'file'
value: 'satus_remove'
}, {
text: 'clipboard',
value: 'clipboard'
Expand Down Expand Up @@ -1105,28 +1105,28 @@ extension.skeleton.main.layers.section.player.on.click = {
component: 'section',
variant: 'card',
title: 'extraButtonsBelowThePlayer',
below_player_screenshot: {
component: 'switch',
text: 'screenshot',
value: true
},
below_player_pip: {
component: 'switch',
text: 'pictureInPicture',
value: true
},
below_player_loop: {
component: 'switch',
text: 'loop',
value: true
}
},
player_hide_controls_options: {
component: "button",
text: "hidePlayerControlsBarButtons",
on: {
click: 'main.layers.section.appearance.on.click.player.on.click.player_hide_controls_options.on.click'
}
},
}
below_player_screenshot: {
component: 'switch',
text: 'screenshot',
value: true
},
below_player_pip: {
component: 'switch',
text: 'pictureInPicture',
value: true
},
below_player_loop: {
component: 'switch',
text: 'loop',
value: true
}
},
player_hide_controls_options: {
component: "button",
text: "hidePlayerControlsBarButtons",
on: {
click: 'main.layers.section.appearance.on.click.player.on.click.player_hide_controls_options.on.click'
}
},
}
};

0 comments on commit 14863f2

Please sign in to comment.