Apply changed extensions.treestyletab.blockTabsInTitlebar dynamically

This commit is contained in:
YUKI Hiroshi 2016-08-26 17:05:18 +09:00
parent 4b2fae85b4
commit 8762f8f2ea

View File

@ -2046,6 +2046,10 @@ TreeStyleTabWindow.prototype = inherit(TreeStyleTabBase, {
this.endListenKeyEventsFor(this.LISTEN_FOR_AUTOEXPAND_BY_FOCUSCHANGE); this.endListenKeyEventsFor(this.LISTEN_FOR_AUTOEXPAND_BY_FOCUSCHANGE);
break; break;
case 'extensions.treestyletab.blockTabsInTitlebar':
this.updateTabsInTitlebar();
break;
default: default:
break; break;
} }