mirror of
https://github.com/Mahdi-zarei/nekoray.git
synced 2025-12-19 05:30:06 +08:00
fix legacy builds
This commit is contained in:
parent
2dc856f296
commit
7e2bc7cc87
@ -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)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user