Closed regicidalplutophage closed 1 year ago
Since the animate() method doesn't call self.show() when RGB is toggled off, it has to be called in self.off() for the latter to produce desired effect.
self.show()
self.off()
this fixes issue #904
Since the animate() method doesn't call
self.show()
when RGB is toggled off, it has to be called inself.off()
for the latter to produce desired effect.