Research cost option work for research table alsoBug

Hi, 

I may have missconfigured the plugin but i can't make the resarch cost option work only for the research by workbench, while the documentation say "Only applies to the tech tree, not the research table"

Here i my config file:

{
"Enable chat feedback": true,
"Enable PopupNotifications integration": true,
"Research costs": {
"ammo.rifle": 1250,
...
"electric.xorswitch": 200
},
"Custom currency": {
"Enabled": true,
"Item short name": "scrap"
},
"Blueprint rulesets": []
}

Thanh you

I checked the current Rust code and I see there must have been a change some time back. The hook this plugin uses (OnResearchCostDetermine) is currently used by the Research Table and is no longer used by the Workbench, so the behavior is the reverse of the documentation. I will see to making an update soon.

Ok thank you, i will check the update of the plugin !