mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-07-27 00:35:27 -04:00
Add Created column to Browser Integration at Database settings
This commit is contained in:
parent
a6c3c118a7
commit
e6186b07e1
4 changed files with 10 additions and 4 deletions
|
@ -338,6 +338,8 @@ QString BrowserService::storeKey(const QString& key)
|
|||
|
||||
hideWindow();
|
||||
db->metadata()->customData()->set(ASSOCIATE_KEY_PREFIX + id, key);
|
||||
db->metadata()->customData()->set(QString("%1_%2").arg(CustomData::Created, id),
|
||||
Clock::currentDateTime().toString(Qt::SystemLocaleShortDate));
|
||||
return id;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue