version 0.3.2 is ready

This commit is contained in:
Ray Lothian 2019-08-01 08:24:39 +01:00
parent 5ef9d91871
commit dd9c11948c
4 changed files with 6 additions and 375 deletions

View file

@ -40,6 +40,9 @@ function save() {
}, () => {
restore();
notify('Options saved.');
chrome.contextMenus.update(document.querySelector('[name="mode"]:checked').value, {
checked: true
});
});
}