diff --git a/GloSC/GloSC.cpp b/GloSC/GloSC.cpp index e08a865..ea0ef12 100644 --- a/GloSC/GloSC.cpp +++ b/GloSC/GloSC.cpp @@ -488,7 +488,7 @@ 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); + 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!\n\nPlease Enable \"Use the Big Picture Overlay when using a Steam Input enables controller from the Desktop\" to get working touch Menus when not in Big Picture", QMessageBox::Ok); }