mirror of
https://github.com/nunocoracao/blowfish.git
synced 2026-01-30 16:31:52 +01:00
change default for zen mode
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user