brrd / electron-tabs

Tab component for Electron
MIT License
697 stars 130 forks source link

How to disable "new tab button"? #165

Closed hz2018tv closed 2 years ago

hz2018tv commented 2 years ago

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

brrd commented 2 years ago

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

hz2018tv commented 2 years ago

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

brrd commented 2 years ago

See #168.