fix legacy builds

This commit is contained in:
Nova 2025-08-01 12:20:51 +03:30
parent 2dc856f296
commit 7e2bc7cc87

View File

@ -44,7 +44,7 @@ DialogBasicSettings::DialogBasicSettings(QWidget *parent)
connect(ui->disable_tray, &QCheckBox::stateChanged, this, [=](const bool &) {
CACHE.updateDisableTray = true;
});
connect(ui->random_listen_port, &QCheckBox::checkStateChanged, this, [=](const bool &state)
connect(ui->random_listen_port, &QCheckBox::stateChanged, this, [=](const bool &state)
{
if (state)
{