2
0
mirror of https://github.com/Thracky/GlosSI.git synced 2024-11-17 03:26:02 +00:00

Add another messagebox for the dummies...

This commit is contained in:
Peter Repukat 2017-12-28 23:29:12 +01:00
parent d1619ea380
commit 8bc448421d

View File

@ -485,6 +485,9 @@ void GloSC::on_pbAddToSteam_clicked()
{
QMessageBox::warning(this, "GloSC", "For GloSC to function correctly, you have to enable XBox configuration support in Steam!", QMessageBox::Ok);
}
QMessageBox::information(this, "GloSC", "Don't forget to rebind you Controller in Steam!\nIf the controller randomly switches to desktop-configuration, run Steam as admin!", QMessageBox::Ok);
}
void GloSC::on_pbSearchPath_clicked()