diff --git a/src/plugin.hpp b/src/plugin.hpp index 40a2124..8819248 100644 --- a/src/plugin.hpp +++ b/src/plugin.hpp @@ -32,5 +32,7 @@ template struct Rogan6PSLight : Base { Rogan6PSLight() { this->box.size = mm2px(Vec(23.04, 23.04)); + // this->bgColor = nvgRGBA(0, 0, 0, 0); + this->borderColor = nvgRGBA(0, 0, 0, 0); } };