experimental
Peter Repukat 7 years ago
parent c3c4804800
commit e18956584a

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

Loading…
Cancel
Save