omega0verride/PyQt-ColorPicker

Paths not working on linux

Closed this issue · 1 comments

The paths on the lines 184 & 441 are written with backslashes, with is only working on windows.
I think it is solvable with os.path.join().

Fixed.