mirror of
https://github.com/Qv2ray/Qv2ray.git
synced 2025-05-20 02:40:20 +08:00
add: return;
This commit is contained in:
parent
b714216b40
commit
8b04b14abb
@ -818,6 +818,7 @@ void RouteEditor::on_editBtn_clicked()
|
|||||||
if (nodeScene->selectedNodes().empty())
|
if (nodeScene->selectedNodes().empty())
|
||||||
{
|
{
|
||||||
QvMessageBoxWarn(this, tr("Edit Inbound/Outbound"), tr("Please select a node from the graph to continue."));
|
QvMessageBoxWarn(this, tr("Edit Inbound/Outbound"), tr("Please select a node from the graph to continue."));
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
auto firstNode = nodeScene->selectedNodes().at(0);
|
auto firstNode = nodeScene->selectedNodes().at(0);
|
||||||
|
Loading…
Reference in New Issue
Block a user