Implement Minimize to tray / Minimize on close

This commit is contained in:
Wladimir J. van der Laan
2011-06-05 14:19:57 +02:00
parent cddc003e70
commit 352083cb23
6 changed files with 77 additions and 26 deletions

View File

@@ -123,12 +123,12 @@ qint64 OptionsModel::getTransactionFee()
return nTransactionFee;
}
bool getMinimizeToTray()
bool OptionsModel::getMinimizeToTray()
{
return fMinimizeToTray;
}
bool getMinimizeOnClose()
bool OptionsModel::getMinimizeOnClose()
{
return fMinimizeOnClose;
}