From c845e7d08b7730de88189e3cf532f0217b93e329 Mon Sep 17 00:00:00 2001 From: Peter Repukat Date: Sat, 19 Oct 2019 20:26:34 +0200 Subject: [PATCH] Add extra notice for Big Picture Overlay and Desktop Launches --- GloSC/GloSC.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }