From cd7ed362e262fd14e0f2973bb4e96bb9830aa47e Mon Sep 17 00:00:00 2001 From: crusader Date: Tue, 18 Sep 2018 22:24:49 +0900 Subject: [PATCH] ing --- src/app/app.component.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 {