Skip to content

Commit bfc9730

Browse files
committed
Enable all platforms by default
This can be done now since all platforms validate their settings Worst case, the platforms can just be disabled again
1 parent ab9c109 commit bfc9730

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

src/defaultconfig.toml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,33 @@
11
debug= false
22

3+
[steamgrid_db]
4+
35
[origin]
4-
enabled = false
6+
enabled = true
57

68
[gog]
7-
enabled = false
9+
enabled = true
810
create_symlinks = true
911

1012
[epic_games]
11-
enabled = false
13+
enabled = true
1214
create_symlinks = true
1315

1416
[uplay]
15-
enabled = false
17+
enabled = true
1618

1719
[legendary]
18-
enabled = false
20+
enabled = true
1921

2022
[steam]
2123

2224
[itch]
23-
enabled = false
25+
enabled = true
2426
create_symlinks = true
2527

2628
[steamgrid_db]
2729
enabled = true
2830
prefer_animated = false
2931

3032
[lutris]
31-
enabled = true
33+
enabled = true

0 commit comments

Comments
 (0)