forked from blue/squawk
selection message body now actually working
This commit is contained in:
parent
0340db7f2f
commit
3c48577eee
7 changed files with 138 additions and 40 deletions
|
@ -69,6 +69,12 @@ static const std::vector<QColor> colorPalette = {
|
|||
QColor(17, 17, 80),
|
||||
QColor(54, 54, 94)
|
||||
};
|
||||
|
||||
enum class Hover {
|
||||
nothing,
|
||||
text,
|
||||
anchor
|
||||
};
|
||||
}
|
||||
|
||||
#endif // SHARED_UTILS_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue