mirror of
https://github.com/Mahdi-zarei/nekoray.git
synced 2025-12-21 15:30:08 +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 &) {
|
connect(ui->disable_tray, &QCheckBox::stateChanged, this, [=](const bool &) {
|
||||||
CACHE.updateDisableTray = true;
|
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)
|
if (state)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user