Config: Reuse 4.x configs directly

Since compat is not meant to run alongside real 4.x, we shouldn't
care about reusing the original settings.
This commit is contained in:
tt2468 2022-01-28 15:43:50 -08:00
parent 13c1c108ea
commit dc9afeb213

View File

@ -26,7 +26,7 @@ with this program. If not, see <https://www.gnu.org/licenses/>
#include <QtWidgets/QInputDialog>
#include <QtWidgets/QMessageBox>
#define SECTION_NAME "WebsocketAPICompat"
#define SECTION_NAME "WebsocketAPI"
#define PARAM_ENABLE "ServerEnabled"
#define PARAM_PORT "ServerPort"
#define PARAM_LOCKTOIPV4 "LockToIPv4"