mirror of
https://github.com/barry-ran/QtScrcpy.git
synced 2025-04-19 19:15:07 +00:00
feat: add for QuickAssistant
This commit is contained in:
parent
cfe79c7d5a
commit
6f0f9447da
1 changed files with 6 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue