fix show monitor

This commit is contained in:
2021-06-20 21:45:15 +02:00
parent 2608e90398
commit a00a8ddbb7
6 changed files with 13 additions and 5 deletions

View File

@@ -18,6 +18,7 @@ export type ChordMode = 'show' | 'hide' | 'onlyFirst';
})
export class SongTextComponent implements OnInit {
public sections: Section[] = [];
@Input() public header: string | null = null;
@Input() public index = -1;
@Input() public fullscreen = false;
@Input() public showSwitch = false;