jath03 / openrgb-python

A python client for the OpenRGB SDK
GNU General Public License v3.0
115 stars 22 forks source link

Change default profile location on windows #28

Closed shawnc722 closed 3 years ago

shawnc722 commented 3 years ago

I left it defaulting to the linux version, but if it detects it's on windows it'll use the correct save location. Using os.name to avoid importing any new packages, but if more detailed OS detection is needed in the future that'll have to be changed.