fix remember profile

This commit is contained in:
Nova 2025-04-03 14:56:27 +03:30
parent 2e44189c94
commit da440e77c1

View File

@ -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);
}