mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1053745 followup - update to correct property rename from review fixes, r=gfritzsche
--HG-- extra : rebase_source : 78063f0227322fd6f580adfea95039dbcad01fb5
This commit is contained in:
parent
e8c1a0cc2b
commit
f5577d1976
@ -989,7 +989,7 @@ AddonsProvider.prototype = Object.freeze({
|
||||
|
||||
// We count plugins separately below.
|
||||
if (addon.type == "plugin") {
|
||||
if (addon.gmPlugin) {
|
||||
if (addon.isGMPlugin) {
|
||||
data.gmPlugins[addon.id] = {
|
||||
version: addon.version,
|
||||
userDisabled: addon.userDisabled,
|
||||
|
Loading…
Reference in New Issue
Block a user