Bug 1360894 - add type checkbox to devtools all-tools menu items;r=pbro

MozReview-Commit-ID: JtSUWaZm1vv

--HG--
extra : rebase_source : 8bcaa1784a38452e9aa6f20e7dd14f36ecad1c2e
This commit is contained in:
Julian Descottes 2017-05-03 17:31:08 +02:00
parent 1e2cce29f2
commit 416806165a

View File

@ -139,6 +139,7 @@ function renderAllToolsButton(props) {
},
id: "all-tools-menupopup-" + id,
label,
type: "checkbox",
}));
});