cerebroapp / cerebro

🔵 Cerebro is an open-source launcher to improve your productivity and efficiency
https://www.cerebroapp.com/
MIT License
8.27k stars 454 forks source link

fix(settings): options component is broken. #626

Closed dubisdev closed 1 year ago

dubisdev commented 1 year ago

Issue

The option component in the Settings API is broken. Users can set it but it is not saved. This is caused by the new API in react-select. Now the value isn't just a string, it is an Object containing {value, label}, we must handle this