1
0
Fork 1
mirror of https://github.com/zen-browser/desktop.git synced 2025-07-08 19:59:59 +02:00

Merge pull request #2288 from Richard-Woessner/I2156

Refactor sidebar expanded on-hover functionality and fix sidebar expa…
This commit is contained in:
mr. m 🤙 2024-10-24 22:03:08 +03:00 committed by GitHub
commit 24d09cc134
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 56 additions and 34 deletions

View file

@ -626,7 +626,7 @@ var gZenLooksAndFeel = {
case 'hover':
disableCompactTabbar();
Services.prefs.setBoolPref(onHoverPref, true);
Services.prefs.setBoolPref(defaultExpandPref, true);
Services.prefs.setBoolPref(defaultExpandPref, false);
break;
}
});