Add another messagebox for the dummies...

experimental
Peter Repukat 7 years ago
parent d1619ea380
commit 8bc448421d

@ -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()

Loading…
Cancel
Save