mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-09-23 10:05:10 -07:00
[Chat] Don't tag cards that have no match in the database (#7078)
* [Chat] Don't tag cards that have no match in the database (#2217) Took 6 minutes Took 4 minutes * Highlight not found but attempted tag Took 6 minutes * Change color to not be server message color Took 3 minutes --------- Co-authored-by: Lukas Brübach <Bruebach.Lukas@bdosecurity.de>
This commit is contained in:
parent
c4316c40e9
commit
ba203440af
2 changed files with 19 additions and 6 deletions
|
|
@ -81,6 +81,7 @@ private:
|
|||
QColor otherUserColor = QColor(0, 65, 255); // dark blue
|
||||
QColor serverMessageColor = QColor(0x85, 0x15, 0x15);
|
||||
QColor linkColor;
|
||||
QColor unresolvedCardTagColor;
|
||||
|
||||
private slots:
|
||||
void openLink(const QUrl &link);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue