Skip to content
This repository has been archived by the owner on Oct 17, 2020. It is now read-only.

Commit

Permalink
Also export keePassDBToOpen config value
Browse files Browse the repository at this point in the history
  • Loading branch information
luckyrat committed May 14, 2017
1 parent 72760e9 commit 5c5ce12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Firefox addon/KeeFox/modules/DataMigration.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ var DataMigration = {
fullConfig.connSLClient = KFExtension.prefs.getValue("connSLClient", 2);
fullConfig.connSLServerMin = KFExtension.prefs.getValue("connSLServerMin", 2);
fullConfig.keePassMRUDB = KFExtension.prefs.getValue("keePassMRUDB", "");
fullConfig.keePassDBToOpen = KFExtension.prefs.getValue("keePassDBToOpen", "");
fullConfig.lastConnectedToKeePass = KFExtension.prefs.getValue("lastConnectedToKeePass", "");
fullConfig.listAllOpenDBs = KFExtension.prefs.getValue("listAllOpenDBs", true);
fullConfig.logMethodConsole = KFExtension.prefs.getValue("logMethodConsole", false);
Expand Down

0 comments on commit 5c5ce12

Please sign in to comment.