mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-10 22:18:54 +01:00
tray icon + ask before closing
git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@10 1a98c847-1fd6-4fd8-948a-caf3550aa51b
This commit is contained in:
5
db.cpp
5
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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user