feat: include more data when copying messages as JSON (#5600)

This commit is contained in:
nerix
2024-09-28 12:40:15 +02:00
committed by GitHub
parent edf18a7a0f
commit e149be3820
16 changed files with 504 additions and 33 deletions
+3
View File
@@ -1,6 +1,7 @@
#pragma once
#include <QColor>
#include <QString>
namespace chatterino {
class Theme;
@@ -13,6 +14,8 @@ struct MessageColor {
const QColor &getColor(Theme &themeManager) const;
QString toString() const;
private:
Type type_;
QColor customColor_;