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 429343b commit 28db8b0Copy full SHA for 28db8b0
extension/popup/popup.js
@@ -161,6 +161,8 @@ browser.tabs.query({ active: true, currentWindow: true }).then(
161
document.getElementById('title-line').checked = storedConfig.titleLine;
162
document.getElementById('skip-lines').value = storedConfig.skipLines;
163
document.getElementById('has-links').checked = storedConfig.hasLinks;
164
+ // also manage json export button with stored config
165
+ if (storedConfig.titleLine === true) jsonExport.disabled = false;
166
}
167
});
168
},
0 commit comments