mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 17:22:20 -05:00
Add toolbar separator (#4890)
* Add option to add toolbar separator after toolbar component
This commit is contained in:
@@ -428,7 +428,8 @@ class ToolbarContainerBuilder extends GenericContainerBuilder<azdata.ToolbarCont
|
||||
let componentWrapper = toolbarComponent.component as ComponentWrapper;
|
||||
|
||||
return new InternalItemConfig(componentWrapper, {
|
||||
title: toolbarComponent.title
|
||||
title: toolbarComponent.title,
|
||||
toolbarSeparatorAfter: toolbarComponent.toolbarSeparatorAfter
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user