From 949148ca16357e1b06829583b610220bd1b57c25 Mon Sep 17 00:00:00 2001 From: Serge <5920850+seerge@users.noreply.github.com> Date: Tue, 11 Jul 2023 13:35:35 +0200 Subject: [PATCH 1/3] Update README.md --- docs/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/README.md b/docs/README.md index a6ad7cd5..2e8aea3d 100644 --- a/docs/README.md +++ b/docs/README.md @@ -129,6 +129,9 @@ G-helper is a single exe, and it doesn't install anything in the system. To remo #### I have G14 2023 and my GPU refuses to disable/enable It seem to be an issue in older BIOS versions. As [users report](https://github.com/seerge/g-helper/issues/680) - latest BIOS 310 (installable via myasus / g-helper -> updates) resolves all issues :) So please update. +#### I have uninstalled Armoury andmy GPU performance is lower than it was +Check your NVidia Experience settings and make sure that you have **Whisper Mode** set to ``OFF``. Also you can go to reset all settings ``Nvidia Control panel -> Manage 3D Settings -> Reset to defaults`` + #### How do I do a hardware reset on a laptop? All Asus laptops have an option to do a hardware reset that can be handy sometimes. It doesn't touch your data, but resets all main hardware-related things (enables your dGPU, wakes up wifi/bt adapter if it hanged by some reason, etc). Turn OFF laptop. Press and hold "power" button for 30-40 seconds. Then boot normally (it will take a bit longer to boot) From c00d9aa56cd69a7a557afa23abdfdf260e5e1f2c Mon Sep 17 00:00:00 2001 From: Serge <5920850+seerge@users.noreply.github.com> Date: Tue, 11 Jul 2023 18:15:08 +0200 Subject: [PATCH 2/3] Update Crowdin configuration file --- crowdin.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 crowdin.yml diff --git a/crowdin.yml b/crowdin.yml new file mode 100644 index 00000000..ed92ff94 --- /dev/null +++ b/crowdin.yml @@ -0,0 +1,3 @@ +files: + - source: /app/Properties/Strings.resx + translation: /app/Properties/Strings.%locale%.resx From 078a3dfb55f566921d756b7ba1bc96afc7b9b626 Mon Sep 17 00:00:00 2001 From: Serge <5920850+seerge@users.noreply.github.com> Date: Tue, 11 Jul 2023 18:18:31 +0200 Subject: [PATCH 3/3] Update Crowdin configuration file --- crowdin.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crowdin.yml b/crowdin.yml index ed92ff94..7951dab0 100644 --- a/crowdin.yml +++ b/crowdin.yml @@ -1,3 +1,3 @@ files: - source: /app/Properties/Strings.resx - translation: /app/Properties/Strings.%locale%.resx + translation: /app/Properties/Strings.%two_letters_code%.resx