Skip to content

Commit 54d8477

Browse files
authored
fix: show close labels (#35)
1 parent 0ecd78c commit 54d8477

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/scripts/main.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ function handleProjectNameChange(){
116116
function handleOpenLabelChange(){
117117
var value = showOpenLabelElement.checked;
118118
chrome.storage.local.set({"showOpenLabel": value});
119+
chrome.storage.local.set({"showClosedLabel": value});
119120
}
120121
function handleUserReasonChange(){
121122
var value = userReasonElement.value;

0 commit comments

Comments
 (0)