The following bug exists in NetworkSettingsWidget. connectionModeSelect needs to be updated first before this check. A fix (55fdc58) was implemented that complicates botui's RootController. This fix needs to be removed and the underlying bug corrected in the erinQt6Branch.
|
if (ui->connectionModeSelect->currentText() == "Client Mode") // if Wombat in client mode |
The following bug exists in
NetworkSettingsWidget.connectionModeSelectneeds to be updated first before this check. A fix (55fdc58) was implemented that complicates botui'sRootController. This fix needs to be removed and the underlying bug corrected in theerinQt6Branch.botui/src/NetworkSettingsWidget.cpp
Line 119 in 55fdc58