diff --git a/src/app/app.component.ts b/src/app/app.component.ts index e66a0c5..f6cbd06 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -16,7 +16,7 @@ export class AppComponent implements OnInit { private probeService: ProbeService, ) { // this.showTitleBar = !__LINUX__; - this.showTitleBar = true; + this.showTitleBar = false; } ngOnInit(): void {