2
0
mirror of https://github.com/Thracky/GlosSI.git synced 2024-11-17 03:26:02 +00:00
This commit is contained in:
Peter Repukat 2017-05-31 15:07:20 +02:00
parent c3c4804800
commit e18956584a

View File

@ -459,7 +459,7 @@ void SteamTargetRenderer::launchApp()
int lgt_index = stringList.indexOf(LaunchGame); int lgt_index = stringList.indexOf(LaunchGame);
stringList.replace(lgt_index + 1, type); stringList.replace(lgt_index + 1, type);
stringList.replace(lgt_index + 2, path); stringList.replace(lgt_index + 2, path);
stringList.replace(lgt_index + 3, args); stringList.replace(lgt_index + 3, args);
buffer.open(QBuffer::ReadWrite); buffer.open(QBuffer::ReadWrite);