diff --git a/ui/ui.js b/ui/ui.js index 7569fac9ac..e341573cbd 100644 --- a/ui/ui.js +++ b/ui/ui.js @@ -193,7 +193,6 @@ shaka.ui.Overlay = class { 'playback_rate', 'recenter_vr', 'toggle_stereoscopic', - 'save_video_frame', ], statisticsList: [ 'width', @@ -292,6 +291,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; }