From f535818fb0d987a628b34ca7604f74a6478fb709 Mon Sep 17 00:00:00 2001 From: Serge <5920850+seerge@users.noreply.github.com> Date: Fri, 9 Jun 2023 14:14:21 +0200 Subject: [PATCH] Update README.md --- docs/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 30321142..1d36def8 100644 --- a/docs/README.md +++ b/docs/README.md @@ -168,9 +168,15 @@ Settings file is stored at ``%AppData%\GHelper`` ## Power user settings +### Manual app language setting + +By default app will use your windows language setting. But you can set language manually (if it supported of course) + +Add following line to ``%AppData%\GHelper\config.json`` : ``"language" : "en"`` (by replacing "en" with language of your choice) + ### Custom power plans with each mode -In config.json (under ``%AppData%\GHelper``) you can manually add custom power plan GUID (it can be either "real" power plan that can be switched or "overlay" power plan like the ones g-helper sets by default) +In ``%AppData%\GHelper\config.json`` you can manually add custom power plan GUID (it can be either "real" power plan that can be switched or "overlay" power plan like the ones g-helper sets by default) Format is following : ``"scheme_" : "GUID" ``