Skip to content

Commit

Permalink
Fixed bug saving settings
Browse files Browse the repository at this point in the history
  • Loading branch information
WesleyBranton committed Apr 8, 2022
1 parent 88e2029 commit 13ce2dc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/options/scripts/options.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ function saveScrollbar() {
browser.storage.local.set(wrapper, () => {
toggleChangesWarning(false);
reloadProfileSelection(document.settings.profile, updateSelectedProfileInDropdown);
}, () => {
showProgressBar(false);
});
}

Expand Down

0 comments on commit 13ce2dc

Please sign in to comment.