We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ecd78c commit 54d8477Copy full SHA for 54d8477
src/scripts/main.js
@@ -116,6 +116,7 @@ function handleProjectNameChange(){
116
function handleOpenLabelChange(){
117
var value = showOpenLabelElement.checked;
118
chrome.storage.local.set({"showOpenLabel": value});
119
+ chrome.storage.local.set({"showClosedLabel": value});
120
}
121
function handleUserReasonChange(){
122
var value = userReasonElement.value;
0 commit comments