mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2026-01-04 18:15:58 -05:00
Add config variable for specifying a default file name for the database
This commit is contained in:
parent
7e8a672de4
commit
4d20cb1654
3 changed files with 9 additions and 3 deletions
|
|
@ -81,6 +81,7 @@ static const QHash<Config::ConfigKey, ConfigDirective> configStrings = {
|
|||
{Config::GlobalAutoTypeRetypeTime,{QS("GlobalAutoTypeRetypeTime"), Roaming, 15}},
|
||||
{Config::FaviconDownloadTimeout,{QS("FaviconDownloadTimeout"), Roaming, 10}},
|
||||
{Config::UpdateCheckMessageShown,{QS("UpdateCheckMessageShown"), Roaming, false}},
|
||||
{Config::DefaultDatabaseFileName,{QS("DefaultDatabaseFileName"), Roaming, {}}},
|
||||
|
||||
{Config::LastDatabases, {QS("LastDatabases"), Local, {}}},
|
||||
{Config::LastKeyFiles, {QS("LastKeyFiles"), Local, {}}},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue