mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-07-27 00:35:27 -04:00
Fix renaming extension key name in Database Settings
This commit is contained in:
parent
af0c1644a6
commit
132ca42ec5
4 changed files with 31 additions and 14 deletions
|
@ -616,7 +616,7 @@ QString BrowserService::storeKey(const QString& key)
|
|||
|
||||
hideWindow();
|
||||
db->metadata()->customData()->set(CustomData::BrowserKeyPrefix + id, key);
|
||||
db->metadata()->customData()->set(QString("%1_%2").arg(CustomData::Created, id),
|
||||
db->metadata()->customData()->set(QString("%1%2").arg(CustomData::Created, id),
|
||||
QLocale::system().toString(Clock::currentDateTime(), QLocale::ShortFormat));
|
||||
return id;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue