From 5c45270c34c3b4f4ae17b851004d00eb9c0ecc40 Mon Sep 17 00:00:00 2001 From: crusader Date: Wed, 19 Sep 2018 19:05:54 +0900 Subject: [PATCH] ing --- src/app/app.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {