From e2a4a46e6006b9a85a3b6e5e26f55076afb16919 Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Sat, 14 Dec 2019 23:06:44 -0500 Subject: Implement settings reset --- ext/bg/js/options.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ext/bg/js/options.js') diff --git a/ext/bg/js/options.js b/ext/bg/js/options.js index 1650cea9..84e74bd8 100644 --- a/ext/bg/js/options.js +++ b/ext/bg/js/options.js @@ -488,3 +488,7 @@ function optionsSave(options) { }); }); } + +function optionsGetDefault() { + return optionsUpdateVersion({}, {}); +} -- cgit v1.2.3