GloSC-Main: change wording in UI

UWP_Overlay
Peter Repukat 8 years ago
parent 6e7480c601
commit c4b8f4d443

@ -258,7 +258,8 @@
</property> </property>
<property name="text"> <property name="text">
<string>Hook Steam <string>Hook Steam
Enforces bindings by hooking into Steam</string> Enforces bindings reliably by hooking into Steam
</string>
</property> </property>
<property name="checked"> <property name="checked">
<bool>true</bool> <bool>true</bool>

@ -118,7 +118,7 @@ void SteamTargetRenderer::RunSfWindowLoop()
//Causes trouble as soon as there is more than the consoleWindow and the overlayWindow //Causes trouble as soon as there is more than the consoleWindow and the overlayWindow
//This is trying to avoid hooking Steam.exe //This is trying to avoid hooking Steam.exe
//---- //----
//alternatively, we can just hook steam and make our lives so much easier //alternatively / additionaly, we can just hook steam and make our lives so much easier
//we inject and hook here to spare IPC and let the dll grab the steam appID of the launched process when the config switches (config switches w/ focus) //we inject and hook here to spare IPC and let the dll grab the steam appID of the launched process when the config switches (config switches w/ focus)
if (focusSwitchNeeded) if (focusSwitchNeeded)
{ {

Loading…
Cancel
Save