mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-07-29 09:38:48 -04:00
Add support for foreground and background entry colors
* Add foreground/background color elements to advanced tab * Center paperclip icon
This commit is contained in:
parent
6a85556b33
commit
ca30d1832d
5 changed files with 186 additions and 24 deletions
|
@ -700,7 +700,8 @@ Entry* KdbxXmlReader::parseEntry(bool history)
|
|||
entry->setIcon(uuid);
|
||||
}
|
||||
continue;
|
||||
}if (m_xml.name() == "ForegroundColor") {
|
||||
}
|
||||
if (m_xml.name() == "ForegroundColor") {
|
||||
entry->setForegroundColor(readColor());
|
||||
continue;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue