From 909bcef5290bbd02b6635e3191cb4e7f7537a2c2 Mon Sep 17 00:00:00 2001 From: diemonic1 Date: Thu, 16 Oct 2025 23:13:32 +0300 Subject: [PATCH 1/9] Upload Apps-buttons This plugin allows you to add additional buttons to the Steam client, which allow you to launch any programs on your computer or open websites --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitmodules b/.gitmodules index e31e9e6..880e72b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -58,3 +58,6 @@ [submodule "plugins/valve-internal-enabler"] path = plugins/valve-internal-enabler url = https://github.com/veygax/valve-internal-enabler +[submodule "plugins/Apps-buttons"] + path = plugins/Apps-buttons + url = https://github.com/diemonic1/Apps-buttons From 14849ea548778c6148e763b43f40f4436c053f7d Mon Sep 17 00:00:00 2001 From: diemonic1 Date: Fri, 17 Oct 2025 09:17:28 +0300 Subject: [PATCH 2/9] update apps-buttons Corrected the readme files and added the ability to manually set button styles to the settings --- .gitmodules | 3 +++ plugins/apps-buttons | 1 + 2 files changed, 4 insertions(+) create mode 160000 plugins/apps-buttons diff --git a/.gitmodules b/.gitmodules index 880e72b..a26cad7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -61,3 +61,6 @@ [submodule "plugins/Apps-buttons"] path = plugins/Apps-buttons url = https://github.com/diemonic1/Apps-buttons +[submodule "plugins/apps-buttons"] + path = plugins/apps-buttons + url = https://github.com/diemonic1/Apps-buttons diff --git a/plugins/apps-buttons b/plugins/apps-buttons new file mode 160000 index 0000000..27f46e7 --- /dev/null +++ b/plugins/apps-buttons @@ -0,0 +1 @@ +Subproject commit 27f46e7e98eb98b7b394e5f167ba8c1fe4bda07d From efee6e1b9945d997fac2a5868baeea7af9496875 Mon Sep 17 00:00:00 2001 From: diemonic1 Date: Fri, 17 Oct 2025 11:42:52 +0300 Subject: [PATCH 3/9] add .css file I added a separate .css file so that I could set styles for the buttons through it --- plugins/apps-buttons | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/apps-buttons b/plugins/apps-buttons index 27f46e7..1090a4b 160000 --- a/plugins/apps-buttons +++ b/plugins/apps-buttons @@ -1 +1 @@ -Subproject commit 27f46e7e98eb98b7b394e5f167ba8c1fe4bda07d +Subproject commit 1090a4b2e5265d9ab22584d5d8f53b63d1e98ad8 From b67dcf3fc10d7ae3516212dcf877f19ccbd1c893 Mon Sep 17 00:00:00 2001 From: diemonic1 Date: Fri, 17 Oct 2025 11:46:03 +0300 Subject: [PATCH 4/9] update reedme files --- plugins/apps-buttons | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/apps-buttons b/plugins/apps-buttons index 1090a4b..5477ab6 160000 --- a/plugins/apps-buttons +++ b/plugins/apps-buttons @@ -1 +1 @@ -Subproject commit 1090a4b2e5265d9ab22584d5d8f53b63d1e98ad8 +Subproject commit 5477ab6bffbf0cb4af7116c95989cfa36404c6fd From 527925f3a9877776f46e983771eca59d48d225ef Mon Sep 17 00:00:00 2001 From: diemonic1 Date: Sat, 18 Oct 2025 11:20:56 +0300 Subject: [PATCH 5/9] context menus buttons 1) Refactored the code 2) Added the ability to add buttons to the game's context menu or its properties as separate settings 3) Updated the instructions --- plugins/apps-buttons | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/apps-buttons b/plugins/apps-buttons index 5477ab6..77d21d0 160000 --- a/plugins/apps-buttons +++ b/plugins/apps-buttons @@ -1 +1 @@ -Subproject commit 5477ab6bffbf0cb4af7116c95989cfa36404c6fd +Subproject commit 77d21d090b6512017d8c9555210fdfc3e6161619 From 8142c02aa0731bf92a55481c1bb241889a694654 Mon Sep 17 00:00:00 2001 From: diemonic1 Date: Fri, 24 Oct 2025 08:41:02 +0300 Subject: [PATCH 6/9] Add drop-down menu --- plugins/apps-buttons | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/apps-buttons b/plugins/apps-buttons index 77d21d0..6f6d489 160000 --- a/plugins/apps-buttons +++ b/plugins/apps-buttons @@ -1 +1 @@ -Subproject commit 77d21d090b6512017d8c9555210fdfc3e6161619 +Subproject commit 6f6d489f7721dbcdd683e03c2aef97d707a292e3 From b5f0da11e50752656d37a7cb924073ea9bc07921 Mon Sep 17 00:00:00 2001 From: diemonic1 Date: Fri, 24 Oct 2025 17:36:49 +0300 Subject: [PATCH 7/9] added store supernav buttons --- plugins/apps-buttons | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/apps-buttons b/plugins/apps-buttons index 6f6d489..c9cf686 160000 --- a/plugins/apps-buttons +++ b/plugins/apps-buttons @@ -1 +1 @@ -Subproject commit 6f6d489f7721dbcdd683e03c2aef97d707a292e3 +Subproject commit c9cf686da2fce9974f480b9fb26e52d01f8ab4b0 From e209cf0c5811bc0d6d55e1f1ef49dad459f5ff1f Mon Sep 17 00:00:00 2001 From: D!EMONIC Date: Mon, 27 Oct 2025 16:40:18 +0300 Subject: [PATCH 8/9] Update .gitmodules --- .gitmodules | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index a26cad7..880e72b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -61,6 +61,3 @@ [submodule "plugins/Apps-buttons"] path = plugins/Apps-buttons url = https://github.com/diemonic1/Apps-buttons -[submodule "plugins/apps-buttons"] - path = plugins/apps-buttons - url = https://github.com/diemonic1/Apps-buttons From d1c35485912917cf4cafa1e68cf8900747077003 Mon Sep 17 00:00:00 2001 From: diemonic1 Date: Wed, 29 Oct 2025 12:18:42 +0300 Subject: [PATCH 9/9] add Store Supernav buttons --- plugins/apps-buttons | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/apps-buttons b/plugins/apps-buttons index c9cf686..d0d1711 160000 --- a/plugins/apps-buttons +++ b/plugins/apps-buttons @@ -1 +1 @@ -Subproject commit c9cf686da2fce9974f480b9fb26e52d01f8ab4b0 +Subproject commit d0d171115508b2fde2f325d6340f34962f8c9f91