brrd/electron-tabs

How to disable "new tab button"?

hz2018tv opened this issue · 3 comments

now there is a button generated that can add a new empty tab. how do we disable that?

brrd commented

Just remove the attribute new-tab-button="true" from the <tab-group> element.

thx! that did it. interestingly it didnt work when I set new-tab-button="false". #168

brrd commented

See #168.