mirror of
https://github.com/g4klx/ircDDBGateway.git
synced 2025-12-31 13:40:06 +01:00
Fix minor bug.
This commit is contained in:
parent
b533af1249
commit
812efd4def
|
|
@ -510,7 +510,7 @@ void CIRCDDBGatewayConfigFrame::onSave(wxCommandEvent&)
|
|||
wxString dplusLogin = m_dplus->getLogin();
|
||||
m_config->setDPlus(dplusEnabled, maxDPlusDongles, dplusLogin);
|
||||
|
||||
bool dcsEnabled = m_dcs->getDCSEnabled();
|
||||
bool dcsEnabled = m_dcs->getEnabled();
|
||||
m_config->setDCS(dcsEnabled);
|
||||
|
||||
bool xlxEnabled = m_xlx->getXLXEnabled();
|
||||
|
|
|
|||
Loading…
Reference in a new issue