From 4216c2d73d05c3aa7510d4aa2c71a381483d2a3e Mon Sep 17 00:00:00 2001 From: Hoang Pham Anh Duy Date: Fri, 31 May 2024 19:25:14 +0700 Subject: [PATCH 1/5] Close mouse settings on main window close (#2654) --- app/Settings.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/Settings.cs b/app/Settings.cs index 4aec064b..9a748702 100644 --- a/app/Settings.cs +++ b/app/Settings.cs @@ -1293,6 +1293,8 @@ namespace GHelper if (updatesForm != null && updatesForm.Text != "") updatesForm.Close(); if (matrixForm != null && matrixForm.Text != "") matrixForm.Close(); if (handheldForm != null && handheldForm.Text != "") handheldForm.Close(); + if (mouseSettings != null && mouseSettings.Text != "") mouseSettings.Close(); + } /// From 7f0c3143f4291a627e4ff97954218c5b7adac674 Mon Sep 17 00:00:00 2001 From: Serge <5920850+seerge@users.noreply.github.com> Date: Fri, 31 May 2024 15:18:55 +0200 Subject: [PATCH 2/5] Update README.md --- docs/README.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/docs/README.md b/docs/README.md index 3d7cba4a..74b0ea34 100644 --- a/docs/README.md +++ b/docs/README.md @@ -7,7 +7,7 @@ Small and lightweight Armoury Crate alternative for Asus laptops offering almost Works with all popular models, such as ROG Zephyrus G14, G15, G16, M16, Flow X13, Flow X16, Flow Z13, TUF Series, Strix / Scar Series, ProArt, Vivobook, Zenbook, ROG Ally and many more! # [:floppy_disk:Download](https://github.com/seerge/g-helper/releases/latest/download/GHelper.zip) -### Support project : [:euro: Paypal EUR](https://www.paypal.com/donate/?hosted_button_id=4HMSHS4EBQWTA) | [💵 Paypal USD](https://www.paypal.com/donate/?hosted_button_id=SRM6QUX6ACXDY) +### Support project : [:euro: Paypal EUR](https://bit.ly/4c0ZWs9) | [💵 Paypal USD](https://bit.ly/4aGTyW8) - [FAQ](https://github.com/seerge/g-helper/wiki/FAQ) - [Setup and Requirements](https://github.com/seerge/g-helper/wiki/Requirements) @@ -137,13 +137,6 @@ Huge thanks to [@IceStormNG](https://github.com/IceStormNG) 👑 for contributio - ``M + X`` - Screenshot - ``M + Right Stick Click`` - Controller Mode ------------------- -#### If you like the app you can make a Donation - -| [Paypal in EUR](https://www.paypal.com/donate/?hosted_button_id=4HMSHS4EBQWTA) | [Paypal in USD](https://www.paypal.com/donate/?hosted_button_id=SRM6QUX6ACXDY) | -| ------------------------------------------ | ----------------------------------------------- | -| [![QR Code](https://user-images.githubusercontent.com/5920850/233658717-0441494d-fede-4a2c-b4f2-4b16a184a69a.png)](https://www.paypal.com/donate/?hosted_button_id=4HMSHS4EBQWTA) | [![QR Code](https://github-production-user-asset-6210df.s3.amazonaws.com/5920850/239492811-b487e89a-3df6-42ea-bdb8-24c455ab2310.png)](https://www.paypal.com/donate/?hosted_button_id=SRM6QUX6ACXDY) | - ------------------ ### 🔖 Important Notice From 22434ff86a9f483c4a1a833e7144cb904b348320 Mon Sep 17 00:00:00 2001 From: Serge <5920850+seerge@users.noreply.github.com> Date: Fri, 31 May 2024 15:21:27 +0200 Subject: [PATCH 3/5] Update FUNDING.yml --- .github/FUNDING.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index f22c02cd..7ee08487 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -10,4 +10,3 @@ liberapay: # Replace with a single Liberapay username issuehunt: # Replace with a single IssueHunt username otechie: # Replace with a single Otechie username lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry -custom: https://www.paypal.com/donate/?hosted_button_id=4HMSHS4EBQWTA From 1011469628b7986a08ad7c3efba1b0953e200b9d Mon Sep 17 00:00:00 2001 From: Serge <5920850+seerge@users.noreply.github.com> Date: Fri, 31 May 2024 15:23:23 +0200 Subject: [PATCH 4/5] Update FUNDING.yml --- .github/FUNDING.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 7ee08487..8b137891 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,12 +1 @@ -# These are supported funding model platforms -github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] -patreon: # Replace with a single Patreon username -open_collective: # Replace with a single Open Collective username -ko_fi: # Replace with a single Ko-fi username -tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel -community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry -liberapay: # Replace with a single Liberapay username -issuehunt: # Replace with a single IssueHunt username -otechie: # Replace with a single Otechie username -lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry From 8ff9b07a6032fdc531a40f00c0edd76cd9d1aea4 Mon Sep 17 00:00:00 2001 From: Serge <5920850+seerge@users.noreply.github.com> Date: Fri, 31 May 2024 15:37:54 +0200 Subject: [PATCH 5/5] Cleanup --- .github/FUNDING.yml | 1 - 1 file changed, 1 deletion(-) delete mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml deleted file mode 100644 index 8b137891..00000000 --- a/.github/FUNDING.yml +++ /dev/null @@ -1 +0,0 @@ -