Skip to content

Commit 2f2a7ed

Browse files
barrybarry-ran
barry
authored andcommitted
feat: add for QuickAssistant
1 parent d26f2f2 commit 2f2a7ed

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

QtScrcpy/main.cpp

+6-1
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,14 @@ int main(int argc, char *argv[])
115115
"following address:");
116116
qInfo() << QString("QtScrcpy %1 <https://github.com/barry-ran/QtScrcpy>").arg(QCoreApplication::applicationVersion());
117117

118-
qInfo() << QObject::tr("If you need more professional screen projection control software, you can try the following software:");
118+
qInfo() << QObject::tr("If you need more professional batch control mirror software, you can try the following software:");
119119
qInfo() << QString(QObject::tr("QuickMirror") + " <https://lrbnfell4p.feishu.cn/drive/folder/KviYfz5uFlpUT8dXgdjccmfUnse>");
120120

121+
qInfo() << QObject::tr("If you need more professional game keymap mirror software, you can try the following software:");
122+
qInfo() << QString(QObject::tr("QuickAssistant") + " <https://lrbnfell4p.feishu.cn/drive/folder/Hqckfxj5el1Wjpd9uezcX71lnBh>");
123+
124+
qInfo() << QObject::tr("You can contact me with telegram <https://t.me/+Ylf_5V_rDCMyODQ1>");
125+
121126
int ret = a.exec();
122127
delete g_mainDlg;
123128

0 commit comments

Comments
 (0)