ing
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
<div id="app-menu-bar" role="menubar" aria-label="Application menu">
|
||||
|
||||
</div>
|
||||
@@ -1,7 +1,7 @@
|
||||
import { Component, OnInit } from '@angular/core';
|
||||
|
||||
@Component({
|
||||
selector: 'of-app-menu-bar',
|
||||
selector: 'app-menu-bar',
|
||||
templateUrl: './app-menu-bar.component.html',
|
||||
})
|
||||
export class AppMenuBarComponent implements OnInit {
|
||||
|
||||
@@ -9,6 +9,10 @@
|
||||
/>
|
||||
</svg>
|
||||
|
||||
<of-app-menu-bar></of-app-menu-bar>
|
||||
<of-window-controls></of-window-controls>
|
||||
<app-menu-bar></app-menu-bar>
|
||||
|
||||
<div class="window-controls">
|
||||
<app-window-controls></app-window-controls>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@@ -1,7 +1,7 @@
|
||||
import { Component, OnInit } from '@angular/core';
|
||||
|
||||
@Component({
|
||||
selector: 'of-title-bar',
|
||||
selector: 'app-title-bar',
|
||||
templateUrl: './title-bar.component.html',
|
||||
})
|
||||
export class TitleBarComponent implements OnInit {
|
||||
|
||||
@@ -2,7 +2,7 @@ import { Component, OnInit } from '@angular/core';
|
||||
import { ipcRenderer, remote } from 'electron';
|
||||
|
||||
@Component({
|
||||
selector: 'of-window-controls',
|
||||
selector: 'app-window-controls',
|
||||
templateUrl: './window-controls.component.html',
|
||||
})
|
||||
export class WindowControlsComponent implements OnInit {
|
||||
|
||||
Reference in New Issue
Block a user