From 5e2f5300228d7b7a6c20175436872d4599d97837 Mon Sep 17 00:00:00 2001 From: ann0see <20726856+ann0see@users.noreply.github.com> Date: Sat, 20 Dec 2025 19:46:13 +0000 Subject: [PATCH] Add missing variable --- src/clientdlg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/clientdlg.cpp b/src/clientdlg.cpp index 98b557fd3d..7f213d471b 100644 --- a/src/clientdlg.cpp +++ b/src/clientdlg.cpp @@ -44,7 +44,7 @@ CClientDlg::CClientDlg ( CClient* pNCliP, eLastDesign ( GD_ORIGINAL ), // " ClientSettingsDlg ( pNCliP, pNSetP, parent ), ChatDlg ( parent ), - ConnectDlg ( pNSetP, bNewShowComplRegConnList, parent ), + ConnectDlg ( pNSetP, bNewShowComplRegConnList, bNEnableIPv6, parent ), AnalyzerConsole ( pNCliP, parent ) { setupUi ( this );