mirror of
https://codeberg.org/vyn/mirai.git
synced 2025-07-03 18:23:19 +00:00
Add more color to Calendar events
This commit is contained in:
parent
d27cf89eee
commit
01037b1717
2 changed files with 15 additions and 3 deletions
|
@ -243,5 +243,8 @@ QVariant Backend::getFiles()
|
|||
|
||||
QString Backend::getTagColor(QString tag)
|
||||
{
|
||||
if (!tagsConfig.contains(tag)) {
|
||||
return "#c6d0f5"; // TODO: currently hard coded but should match the default Text color.
|
||||
}
|
||||
return tagsConfig[tag];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue