From 9041160205ba58fa7be90a03813adf7b2e9aa8b5 Mon Sep 17 00:00:00 2001
From: jojohoch <joachim.hoch@iqb.hu-berlin.de>
Date: Mon, 20 Sep 2021 11:54:05 +0200
Subject: [PATCH] [player] Hide labels and tab buttons for pages

---
 projects/player/src/app/components/layout/layout.component.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/projects/player/src/app/components/layout/layout.component.ts b/projects/player/src/app/components/layout/layout.component.ts
index d0be2f8b8..81346e99b 100644
--- a/projects/player/src/app/components/layout/layout.component.ts
+++ b/projects/player/src/app/components/layout/layout.component.ts
@@ -84,7 +84,7 @@ export class LayoutComponent implements OnInit {
     this.layoutAlignment = (this.alwaysVisiblePagePosition === 'left' || this.alwaysVisiblePagePosition === 'right') ?
       'row' : 'column';
     this.scrollPageMode = this.playerConfig.pagingMode ? this.playerConfig.pagingMode : 'separate';
-    this.hidePageLabels = false;
+    this.hidePageLabels = true;
 
     this.maxWidth.alwaysVisiblePage = this.getAbsolutePageWidth(this.alwaysVisiblePage);
     this.maxWidth.scrollPages = this.getScrollPagesWidth();
-- 
GitLab