refactor: Improved pinned tabs!

This commit is contained in:
Mauro Balades
2024-07-26 12:10:00 +02:00
parent 58e049a76f
commit 0f97a1cb4d
4 changed files with 79 additions and 42 deletions

View File

@@ -29,9 +29,6 @@ var gZenVerticalTabsManager = {
//Services.prefs.addObserver('zen.view.sidebar-expanded', this._updateEvent.bind(this));
},
//_updateEvent() {
// this._updateExpandButton();
//},
get expanded() {
return Services.prefs.getBoolPref('zen.view.sidebar-expanded');