mirror of
https://github.com/djibux/BoilR.git
synced 2026-09-01 05:53:41 +02:00
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
This commit is contained in:
@@ -1,26 +1,28 @@
|
|||||||
debug= false
|
debug= false
|
||||||
|
|
||||||
|
[steamgrid_db]
|
||||||
|
|
||||||
[origin]
|
[origin]
|
||||||
enabled = false
|
enabled = true
|
||||||
|
|
||||||
[gog]
|
[gog]
|
||||||
enabled = false
|
enabled = true
|
||||||
create_symlinks = true
|
create_symlinks = true
|
||||||
|
|
||||||
[epic_games]
|
[epic_games]
|
||||||
enabled = false
|
enabled = true
|
||||||
create_symlinks = true
|
create_symlinks = true
|
||||||
|
|
||||||
[uplay]
|
[uplay]
|
||||||
enabled = false
|
enabled = true
|
||||||
|
|
||||||
[legendary]
|
[legendary]
|
||||||
enabled = false
|
enabled = true
|
||||||
|
|
||||||
[steam]
|
[steam]
|
||||||
|
|
||||||
[itch]
|
[itch]
|
||||||
enabled = false
|
enabled = true
|
||||||
create_symlinks = true
|
create_symlinks = true
|
||||||
|
|
||||||
[steamgrid_db]
|
[steamgrid_db]
|
||||||
|
|||||||
Reference in New Issue
Block a user