Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

Commit

Permalink
wording changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Frontesque committed Aug 6, 2022
1 parent 5a6119d commit 4dcf439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NUXT/components/Player/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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; }
Expand Down

0 comments on commit 4dcf439

Please sign in to comment.