From e7333b7b6b141e1e8c75eb105cbdf573a5155bba Mon Sep 17 00:00:00 2001 From: MasterAcnolo <68693319+MasterAcnolo@users.noreply.github.com> Date: Wed, 10 Jun 2026 21:43:38 +0200 Subject: [PATCH] fix: missing enableHardwareAcceleration settings in readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 260050b..8b9d935 100644 --- a/README.md +++ b/README.md @@ -185,6 +185,7 @@ Freedom Loader can be configured either through the settings panel in the UI or "outputTitleCheck": true, "downloadSystem": true, "notifySystem": true, + "enableHardwareAcceleration": true, "theme": "dark" } ``` @@ -207,7 +208,7 @@ Freedom Loader can be configured either through the settings panel in the UI or | `outputTitleCheck` | boolean | `true` | Verify output file titles | | `downloadSystem` | boolean | `true` | Enable download system | | `notifySystem` | boolean | `true` | Enable system notifications | -| `enableHardwareAcceleration` | boolean | `true` | Enable HArdware Acceleration | +| `enableHardwareAcceleration` | boolean | `true` | Enable Hardware Acceleration | | `theme` | string | `dark` | Current Theme Name | ### Supported Codecs