mirror of
https://github.com/VueTubeApp/VueTube
synced 2024-11-25 12:45:17 +00:00
wording changes
This commit is contained in:
parent
5a6119d5d4
commit
4dcf439811
1 changed files with 1 additions and 1 deletions
|
@ -687,7 +687,7 @@ export default {
|
|||
this.$vuetube.statusBar.hide();
|
||||
this.isFullscreen = true;
|
||||
|
||||
//--- Fix pressing back button in fullscreen exiting the player ---//
|
||||
//--- Fix pressing back button in fullscreen exiting the watch page ---//
|
||||
this.$vuetube.addBackAction(new backType(
|
||||
() => { this.exitFullscreen(true); },
|
||||
() => { return this.isFullscreen; }
|
||||
|
|
Loading…
Reference in a new issue