This commit is contained in:
crusader
2018-09-18 22:11:01 +09:00
parent c66a2834b8
commit 694a02c6cd
5 changed files with 857 additions and 448 deletions

View File

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

File diff suppressed because it is too large Load Diff