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:
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…
Reference in New Issue
Block a user