Skip to content

Commit 2e149b2

Browse files
committed
style(config): Adjust comments
1 parent b2819ac commit 2e149b2

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

res/config.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ FakeOffline:
5252

5353
#Change AppIds of games to enable networking features
5454
#Use 0 as a key to set for all unowned Apps
55+
#Keeps track of the proper AppIds via game launches, so please do not start multiple FakeAppId enabled games simultaneously
5556
FakeAppIds:
5657

5758
#Custom ingame statuses. Set AppId to 0 to disable
@@ -85,7 +86,7 @@ NotifyInit: yes
8586
#Enable sending commands to SLSsteam via /tmp/SLSsteam.API
8687
API: no
8788

88-
#Disable cloud saves for SLSsteam-unlocked games. Set to "no" if using CloudRedirect or similar.
89+
#Disable cloud saves for unlocked games. Set to "no" if using CloudRedirect or similar.
8990
DisableCloud: yes
9091

9192
#Changes your account's E-Mail clientsided. Leave blank to disable

src/config_default.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ PlayNotOwnedGames: no
5252
5353
#Change AppIds of games to enable networking features
5454
#Use 0 as a key to set for all unowned Apps
55+
#Keeps track of the proper AppIds via game launches, so please do not start multiple FakeAppId enabled games simultaneously
5556
FakeAppIds:
5657
5758
#Custom ingame statuses. Set AppId to 0 to disable
@@ -85,7 +86,7 @@ NotifyInit: yes
8586
#Enable sending commands to SLSsteam via /tmp/SLSsteam.API
8687
API: no
8788
88-
#Disable cloud saves for SLSsteam-unlocked games. Set to "no" if using CloudRedirect or similar.
89+
#Disable cloud saves for unlocked games. Set to "no" if using CloudRedirect or similar.
8990
DisableCloud: yes
9091
9192
#Changes your account's E-Mail clientsided. Leave blank to disable

0 commit comments

Comments
 (0)