cpyarger / obs-midi

Use MIDI devices to trigger events in OBS and vice versa
https://obs-midi.org
GNU General Public License v2.0
168 stars 20 forks source link

Actions should be stored by stringified enum ID, not translated string #118

Closed lorado closed 3 years ago

lorado commented 3 years ago

At the moment actions are stored in json after translation. So after changing UI language in OBS, OBS wont start anymore, because obs-midi is not able to extract the translated config for different language. After manually clearing hooks array in config, OBS is able to start again.

So my suggestion: store stringified enum action ID, instead of translated string.