electron-tabs
electron-tabs copied to clipboard
Support "false" as a tab-group attribute value
Is your feature request related to a problem? Please describe.
<tab-group new-tab-button="false"></tab-group> doesn't deactivate the new tab button.
Describe the solution you'd like "false" should be a valid value for tab-group attributes. Removing the attribute is currently the only way to set it to false.