This commit is contained in:
crusader 2018-09-18 22:24:49 +09:00
parent 633c7da494
commit cd7ed362e2

View File

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