Activate "alllow to collapse/expand" on the startup #1070

This commit is contained in:
YUKI Hiroshi 2016-02-17 16:30:24 +09:00
parent c3b170fe24
commit bacdaf424f

View File

@ -874,6 +874,8 @@ TreeStyleTabBrowser.prototype = inherit(TreeStyleTabWindow.prototype, {
this.getAllTabs(b).forEach(this.initTab, this); this.getAllTabs(b).forEach(this.initTab, this);
this.allowSubtreeCollapseExpand = true; // reset attribute
this.onPrefChange('extensions.treestyletab.maxTreeLevel'); this.onPrefChange('extensions.treestyletab.maxTreeLevel');
this.onPrefChange('extensions.treestyletab.tabbar.style'); this.onPrefChange('extensions.treestyletab.tabbar.style');
this.onPrefChange('extensions.treestyletab.twisty.style'); this.onPrefChange('extensions.treestyletab.twisty.style');