diff --git a/ui/ui.js b/ui/ui.js index 10314d5933..0137fc8fdd 100644 --- a/ui/ui.js +++ b/ui/ui.js @@ -275,6 +275,9 @@ shaka.ui.Overlay = class { (name) => name != 'play_pause' && name != 'volume'); } + // Set this button here to push it at the end. + config.overflowMenuButtons.push('save_video_frame'); + return config; }