mirror of
https://github.com/Myxelium/Bridge-Multi.git
synced 2026-04-11 14:19:38 +00:00
Initial settings tab
This commit is contained in:
@@ -11,14 +11,14 @@ export class ToolbarComponent {
|
||||
constructor(private electronService: ElectronService) { }
|
||||
|
||||
minimize() {
|
||||
this.electronService.remote.getCurrentWindow().minimize()
|
||||
this.electronService.currentWindow.minimize()
|
||||
}
|
||||
|
||||
maximize() {
|
||||
this.electronService.remote.getCurrentWindow().maximize()
|
||||
this.electronService.currentWindow.maximize()
|
||||
}
|
||||
|
||||
close() {
|
||||
this.electronService.remote.app.quit()
|
||||
this.electronService.quit()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user