mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-01-08 17:40:02 +01:00
Conf options
This commit is contained in:
parent
0fa117969e
commit
ec1692608d
5
Conf.cpp
5
Conf.cpp
|
|
@ -523,6 +523,11 @@ bool CConf::read()
|
|||
m_TGRewriteSlot1 = ::atoi(value) == 1;
|
||||
else if (::strcmp(key, "TGRewriteSlot2") == 0)
|
||||
m_TGRewriteSlot2 = ::atoi(value) == 1;
|
||||
else if (::strcmp(key, "BMAutoRewrite") == 0)
|
||||
m_BMAutoRewrite = ::atoi(value) == 1;
|
||||
else if (::strcmp(key, "DirectDial") == 0)
|
||||
m_BMAutoRewrite = ::atoi(value) == 1;
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue