mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-25 22:34:27 +00:00
fix typo in optionsmodel.cpp
This commit is contained in:
parent
0ba5bacd0c
commit
0e3947ef32
@ -40,7 +40,7 @@ void OptionsModel::Init()
|
|||||||
{
|
{
|
||||||
QSettings settings;
|
QSettings settings;
|
||||||
|
|
||||||
// These are QT-only settings:
|
// These are Qt-only settings:
|
||||||
nDisplayUnit = settings.value("nDisplayUnit", BitcoinUnits::BTC).toInt();
|
nDisplayUnit = settings.value("nDisplayUnit", BitcoinUnits::BTC).toInt();
|
||||||
bDisplayAddresses = settings.value("bDisplayAddresses", false).toBool();
|
bDisplayAddresses = settings.value("bDisplayAddresses", false).toBool();
|
||||||
fMinimizeToTray = settings.value("fMinimizeToTray", false).toBool();
|
fMinimizeToTray = settings.value("fMinimizeToTray", false).toBool();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user