Adding a PluginAction to the Quick Access Bar Actions causes a duplicate to appear in Customize Shortcuts

When a PluginAction is created with allowBinding set to true it shows up in Customize Quick Access Bar and Customize Shortcuts. But when it is added to the Quick Access Bar, it shows up twice in Customize Shortcuts.

Repro:

Run this in command bar

plugin = PluginManager():CreatePlugin()
action = plugin:CreatePluginAction("OOF ID","this is a test","test description","rbxasset://textures/face.png")

Open Customize Shortcuts and search for ‘this is a test’
image
Add ‘this is a test’ to the Quick Action Bar Actions (can be disabled)
image
Re open Customize Shortcut and search for ‘this is a test’
image
There will now be a duplicate (although the description is wrong)
The duplicate wont fire when its keybind is triggered if its disabled in customize quick action menu.

2 Likes