mirror of
https://github.com/Thracky/GlosSI.git
synced 2024-11-17 03:26:02 +00:00
Tabify
This commit is contained in:
parent
c3c4804800
commit
e18956584a
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user