0
0
Fork 0
mirror of https://github.com/VueTubeApp/VueTube synced 2024-11-25 12:45:17 +00:00

wording changes

This commit is contained in:
Kenny 2022-08-06 11:34:48 -04:00
parent 5a6119d5d4
commit 4dcf439811

View file

@ -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; }