Skip to content

Commit

Permalink
Update main.js
Browse files Browse the repository at this point in the history
Follow up #171
  • Loading branch information
asamuzaK committed Oct 12, 2024
1 parent e9cc524 commit d30fa2d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/mjs/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -625,6 +625,10 @@ export const setStorageValue = async (item, obj, changed = false) => {
}
break;
}
case ATTR_HTML_HYPER:
case ATTR_HTML_PLAIN:
case INCLUDE_ATTR_HTML_HYPER:
case INCLUDE_ATTR_HTML_PLAIN:
case INCLUDE_TITLE_HTML_HYPER:
case INCLUDE_TITLE_HTML_PLAIN:
case INCLUDE_TITLE_MARKDOWN:
Expand All @@ -636,7 +640,8 @@ export const setStorageValue = async (item, obj, changed = false) => {
case TEXT_SEP_LINES: {
func = setUserOpts({
[item]: {
checked
checked,
value
}
});
break;
Expand Down

0 comments on commit d30fa2d

Please sign in to comment.