mirror of
https://github.com/Qv2ray/Qv2ray.git
synced 2025-05-20 02:40:20 +08:00
[add] Added config_version error message
This commit is contained in:
parent
8f5c5cf7d8
commit
cdbbca798d
@ -233,7 +233,8 @@ int main(int argc, char *argv[])
|
|||||||
// This is rare but it may happen....
|
// This is rare but it may happen....
|
||||||
QvMessageBox(nullptr, QObject::tr("Qv2ray Cannot Continue"),
|
QvMessageBox(nullptr, QObject::tr("Qv2ray Cannot Continue"),
|
||||||
QObject::tr("You are running a lower version of Qv2ray compared to the current config file.") + NEWLINE +
|
QObject::tr("You are running a lower version of Qv2ray compared to the current config file.") + NEWLINE +
|
||||||
QObject::tr("Please report if you think this is an error.") + NEWLINE +
|
QObject::tr("Please check if there's an issue explaining about it.") + NEWLINE +
|
||||||
|
QObject::tr("Or submit a new issue if you think this is an error.") + NEWLINE + NEWLINE +
|
||||||
QObject::tr("Qv2ray will now exit."));
|
QObject::tr("Qv2ray will now exit."));
|
||||||
return -3;
|
return -3;
|
||||||
} else if (confVersion != newVersion) {
|
} else if (confVersion != newVersion) {
|
||||||
|
Loading…
Reference in New Issue
Block a user