Make the copy button switch light/dark theme (#3057)

Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
This commit is contained in:
Mm2PL
2021-07-25 13:15:38 +02:00
committed by GitHub
parent f949d6d154
commit b352dea2dc
8 changed files with 23 additions and 4 deletions
+4
View File
@@ -48,6 +48,10 @@ public:
} input;
} splits;
struct {
QPixmap copy;
} buttons;
void normalizeColor(QColor &color);
private: