Resource icon

OBS Python Script that can handle many counters 1.2

I fixed issues with the formatting function and added locale so that the system decimal is correct.
Also added a property to specify number of decimal places.
I found that this script was not saving the decimals from the settings. Upon investigation I found that I was saving the numbers as int's and not doubles. I have fixed this and now the decimal places will be preserved when saving.
Top