@@ -831,7 +831,11 @@ async function runThePopup() {
//make the options div visible
function openOptions() {
if(inPopup) {
chrome.runtime.openOptionsPage();
} else {
chrome.runtime.sendMessage({"message": "openConfig"});
}
//make the options username setting option visible
The note is not visible to the blocked user.