mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 949174/964375/952311 - Send HomePanels:Install when autoInstall option is set (r=margaret)
This commit is contained in:
parent
f05db88449
commit
e84f5313a8
@ -215,6 +215,13 @@ let HomePanels = {
|
||||
}
|
||||
|
||||
this._panels[panel.id] = panel;
|
||||
|
||||
if (options.autoInstall) {
|
||||
sendMessageToJava({
|
||||
type: "HomePanels:Install",
|
||||
panel: this._panelToJSON(panel)
|
||||
});
|
||||
}
|
||||
},
|
||||
|
||||
remove: function(id) {
|
||||
|
Loading…
Reference in New Issue
Block a user