Translation and Bugfix
This commit is contained in:
@@ -132,8 +132,7 @@ export class ElectronCapacitorApp {
|
||||
},
|
||||
});
|
||||
this.mainWindowState.manage(this.MainWindow);
|
||||
this.MainWindow.webContents.postMessage("port", null, [this.channels.port1]);
|
||||
Actions.setVideoWindowPort(this.channels.port2);
|
||||
Actions.setMainWindow(this.MainWindow);
|
||||
|
||||
if (this.CapacitorFileConfig.backgroundColor) {
|
||||
this.MainWindow.setBackgroundColor(this.CapacitorFileConfig.electron.backgroundColor);
|
||||
|
||||
Reference in New Issue
Block a user