Fix typos in Amazon platform code (#441)

Fix typo in get_settings_serializable method across multiple platforms

Fix typos and improve clarity in Linux tips documentation

Fix typos and improve clarity in documentation

Fix formatting in README to clarify limitations of platform imports
This commit is contained in:
guylamar2006
2025-02-24 21:54:45 +01:00
committed by GitHub
parent c90191bf0f
commit 04feb0b52c
19 changed files with 39 additions and 39 deletions
+10 -10
View File
@@ -1,8 +1,8 @@
# Configuration
The tool reads its configuration from a `config.toml` file. If it cannot find one, it will create a default one on its first run.
You can either manually edit this file or use the UI version to changing the configurations.
Most people will not need to change the configuration and BoilR can find different launchers without problem.
You can either manually edit this file or use the UI version to change the configurations.
Most people will not need to change the configuration and BoilR can find different launchers without problems.
Here is a simple example of how to write the config file:
@@ -16,7 +16,7 @@ And here is a full example of all configuration options:
```toml
[epic_games]
enabled=true #On windows this is default true, on linux default false
enabled=true #On Windows this is default true, on Linux default false
location="C:\\ProgramData\\Epic\\EpicGamesLauncher\\Data\\Manifests" #If this value is not defined, the tool will try to find it automatically (only windows). If it can't find it, it will fail and tell you.
create_symlinks = true #Only for Linux, To get around a bug in steam where paths can not contain spaces, BoilR creates symlinks in ~/.boilr/link and uses those.
@@ -35,7 +35,7 @@ create_symlinks = true #Only for Linux, To get around a bug in steam where paths
[origin]
enabled=true
location="C:\\ProgramData\\Origin" #If this value is not defined, "%PROGRAMGDATA%origin" will be used on windows, and HOME/Games/origin/drive_c/ProgramData/Origin/ on linux.
location="C:\\ProgramData\\Origin" #If this value is not defined, "%PROGRAMDATA%\\Origin" will be used on Windows, and HOME/Games/origin/drive_c/ProgramData/Origin/ on Linux.
[gog]
enabled=true
@@ -45,8 +45,8 @@ wine_c_drive="/home/username/Games/gog-galaxy/drive_c" #Only for Linux, Is manda
[steam]
location="C:\\Program Files (x86)\\Steam\\" #If this value is not defined, the tool will try to find it automatically. If it can't find it, it will fail and tell you.
optimize_for_big_picture=false #Set icons to wide images, that big picture mode will use. This will make the icons have a wrong ratio in desktop mode, but will improve the look in big picture mode
create_collections=false #Will try to create a steam collection for each platform
optimize_for_big_picture=false #Set icons to wide images that Big Picture mode will use. This will make the icons have a wrong ratio in desktop mode but will improve the look in Big Picture mode
create_collections=false #Will try to create a Steam collection for each platform
[steamgrid_db]
enabled = true #If false, the whole download of custom art will be skipped.
@@ -55,7 +55,7 @@ prefer_animated = false #If true, animated images will be prefered over static i
```
## No Vsync
BoilR runs with Vsync Enabled, to limit its resource use.
This can be a problem for some setups that run Linux, Wayland and Nvidia (but not all).
If BoilR just crashes when you start it, try to add `--no-vsync` as an argument when you launch boilr.
## No VSync
BoilR runs with VSync enabled to limit its resource use.
This can be a problem for some setups that run Linux, Wayland, and Nvidia (but not all).
If BoilR just crashes when you start it, try to add `--no-vsync` as an argument when you launch BoilR.