Skip to content

Commit

Permalink
feat: add for QuickAssistant
Browse files Browse the repository at this point in the history
  • Loading branch information
barry authored and barry-ran committed Mar 9, 2025
1 parent d26f2f2 commit 2f2a7ed
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion QtScrcpy/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,14 @@ int main(int argc, char *argv[])
"following address:");
qInfo() << QString("QtScrcpy %1 <https://github.com/barry-ran/QtScrcpy>").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") + " <https://lrbnfell4p.feishu.cn/drive/folder/KviYfz5uFlpUT8dXgdjccmfUnse>");

qInfo() << QObject::tr("If you need more professional game keymap mirror software, you can try the following software:");
qInfo() << QString(QObject::tr("QuickAssistant") + " <https://lrbnfell4p.feishu.cn/drive/folder/Hqckfxj5el1Wjpd9uezcX71lnBh>");

qInfo() << QObject::tr("You can contact me with telegram <https://t.me/+Ylf_5V_rDCMyODQ1>");

int ret = a.exec();
delete g_mainDlg;

Expand Down

0 comments on commit 2f2a7ed

Please sign in to comment.