mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-05 06:25:24 +00:00
Conf options
This commit is contained in:
parent
0fa117969e
commit
ec1692608d
2 changed files with 8 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue