diff --git a/src/app/app.component.ts b/src/app/app.component.ts index e66a0c5..567b39e 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -15,8 +15,8 @@ export class AppComponent implements OnInit { private electronProxyService: ElectronProxyService, private probeService: ProbeService, ) { - // this.showTitleBar = !__LINUX__; - this.showTitleBar = true; + this.showTitleBar = !__LINUX__; + // this.showTitleBar = true; } ngOnInit(): void {