Merge pull request #1566 from Diapolo/typo
fix typo in optionsmodel.cpp
This commit is contained in:
commit
9af3c3c824
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ void OptionsModel::Init()
|
|||
{
|
||||
QSettings settings;
|
||||
|
||||
// These are QT-only settings:
|
||||
// These are Qt-only settings:
|
||||
nDisplayUnit = settings.value("nDisplayUnit", BitcoinUnits::BTC).toInt();
|
||||
bDisplayAddresses = settings.value("bDisplayAddresses", false).toBool();
|
||||
fMinimizeToTray = settings.value("fMinimizeToTray", false).toBool();
|
||||
|
|
Loading…
Reference in a new issue