diff --git a/background.js b/background.js index 8cd7f5e8..809b4872 100644 --- a/background.js +++ b/background.js @@ -317,7 +317,7 @@ ext_api.runtime.onInstalled.addListener(function (details) { if (details.reason == "install") { setDefaultOptions(); } else if (details.reason == "update") { - // User updated extension + setDefaultOptions(); // User updated extension } });