change default for zen mode

This commit is contained in:
Nuno Coração
2024-01-04 22:56:25 +00:00
parent 8ecb97dc29
commit 697dbc9b27
4 changed files with 7 additions and 3 deletions

View File

@@ -54,6 +54,10 @@ function _registerZendModeButtonClick(zendModeButton) {
const zendModeButton = document.getElementById('zen-mode-button');
if(zendModeButton !== null && zendModeButton !== undefined) {
_registerZendModeButtonClick(zendModeButton);
console.log('[DEBUG] Zen-mode button found');
}else{
console.log('[DEBUG] Zen-mode button not found');
}
// Initialize localstorage option 'blowfish-zen-mode-enabled' to false, if it does not exist, otherwise enable it.