mirror of
https://github.com/Thracky/GlosSI.git
synced 2024-11-03 09:40:18 +00:00
GloSC-Main: change wording in UI
This commit is contained in:
parent
6e7480c601
commit
c4b8f4d443
@ -258,7 +258,8 @@
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Hook Steam
|
||||
Enforces bindings by hooking into Steam</string>
|
||||
Enforces bindings reliably by hooking into Steam
|
||||
</string>
|
||||
</property>
|
||||
<property name="checked">
|
||||
<bool>true</bool>
|
||||
|
@ -118,7 +118,7 @@ void SteamTargetRenderer::RunSfWindowLoop()
|
||||
//Causes trouble as soon as there is more than the consoleWindow and the overlayWindow
|
||||
//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)
|
||||
if (focusSwitchNeeded)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user