Skip to content

problem in StudioSharedToolbar in Roblox side (pointed by comment) #13

@bootlockedgames-star

Description

@bootlockedgames-star
function StudioSharedToolbar:init()
	local toolbarSettings = {} :: CreateSharedToolbar.SharedToolbarSettings --type error
	self.toolbarSettings = toolbarSettings
	toolbarSettings.CombinerName = self.props.combinerName
	toolbarSettings.ToolbarName = self.props.toolbarName
	toolbarSettings.ButtonName = self.props.buttonName
	toolbarSettings.ButtonIcon = self.props.buttonIcon
	toolbarSettings.ButtonTooltip = self.props.buttonTooltip
	toolbarSettings.ClickedFn = self.props.onClick
	CreateSharedToolbar(self.props.plugin, toolbarSettings)
	toolbarSettings.Button.ClickableWhenViewportHidden = true
end

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions