mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-21 06:55:52 +08:00
Conf options
This commit is contained in:
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;
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user