diff --git a/QtScrcpy/main.cpp b/QtScrcpy/main.cpp index a6e877f..c6b01bb 100644 --- a/QtScrcpy/main.cpp +++ b/QtScrcpy/main.cpp @@ -115,9 +115,14 @@ int main(int argc, char *argv[]) "following address:"); qInfo() << QString("QtScrcpy %1 ").arg(QCoreApplication::applicationVersion()); - qInfo() << QObject::tr("If you need more professional screen projection control software, you can try the following software:"); + qInfo() << QObject::tr("If you need more professional batch control mirror software, you can try the following software:"); qInfo() << QString(QObject::tr("QuickMirror") + " "); + qInfo() << QObject::tr("If you need more professional game keymap mirror software, you can try the following software:"); + qInfo() << QString(QObject::tr("QuickAssistant") + " "); + + qInfo() << QObject::tr("You can contact me with telegram "); + int ret = a.exec(); delete g_mainDlg;