Skip to content

Commit

Permalink
add order
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanTGold committed Jan 17, 2024
1 parent e9a4f61 commit cb5f258
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/transcript-plugin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@ export class TranscriptPlugin extends KalturaPlayer.core.BasePlugin {
// @ts-ignore
displayName: 'Transcript',
ariaLabel: 'Transcript',
order: 30,
svgIcon: {path: icons.PLUGIN_ICON, viewBox: `0 0 ${icons.BigSize} ${icons.BigSize}`},
onClick: this._handleClickOnPluginIcon as () => void,
component: withText(translates)((props: {showTranscript: string; hideTranscript: string}) => {
Expand Down

0 comments on commit cb5f258

Please sign in to comment.