aboutsummaryrefslogtreecommitdiff
path: root/db.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'db.cpp')
-rw-r--r--db.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/db.cpp b/db.cpp
index f38f3ffad8..6607ff5961 100644
--- a/db.cpp
+++ b/db.cpp
@@ -575,6 +575,11 @@ bool CWalletDB::LoadWallet(vector<unsigned char>& vchDefaultKeyRet)
if (strKey == "fGenerateBitcoins") ssValue >> fGenerateBitcoins;
if (strKey == "nTransactionFee") ssValue >> nTransactionFee;
if (strKey == "addrIncoming") ssValue >> addrIncoming;
+ if (strKey == "minimizeToTray") ssValue >> minimizeToTray;
+ if (strKey == "closeToTray") ssValue >> closeToTray;
+ if (strKey == "startOnSysBoot") ssValue >> startOnSysBoot;
+ if (strKey == "askBeforeClosing") ssValue >> askBeforeClosing;
+ if (strKey == "alwaysShowTrayIcon") ssValue >> alwaysShowTrayIcon;
}
}
}