Install downloaded updates while in tray
This commit is contained in:
parent
c4521a063c
commit
12a2ec8dd4
6 changed files with 87 additions and 24 deletions
|
@ -117,6 +117,10 @@ export class SystemTrayService {
|
|||
this.isQuitting = true;
|
||||
}
|
||||
|
||||
isVisible(): boolean {
|
||||
return this.tray !== undefined;
|
||||
}
|
||||
|
||||
private render(): void {
|
||||
if (this.isEnabled && this.browserWindow) {
|
||||
this.renderEnabled();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue