mirror of
https://github.com/Mahdi-zarei/nekoray.git
synced 2026-01-04 19:49:02 +08:00
fix remember profile
This commit is contained in:
parent
2e44189c94
commit
da440e77c1
@ -668,7 +668,7 @@ void MainWindow::dialog_message_impl(const QString &sender, const QString &info)
|
||||
set_system_dns(true);
|
||||
}
|
||||
}
|
||||
if (auto id = info.split(",")[1].toInt() >= 0)
|
||||
if (auto id = info.split(",")[1].toInt(); id >= 0)
|
||||
{
|
||||
neko_start(id);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user