This commit is contained in:
crusader 2018-09-19 19:05:54 +09:00
parent 11c561f180
commit 5c45270c34

View File

@ -16,7 +16,7 @@ export class AppComponent implements OnInit {
private probeService: ProbeService,
) {
// this.showTitleBar = !__LINUX__;
this.showTitleBar = true;
this.showTitleBar = false;
}
ngOnInit(): void {