From 939246741b98a912a04f22d0e2396ce52ccdc49a Mon Sep 17 00:00:00 2001 From: diemonic1 Date: Thu, 8 Jan 2026 14:49:43 +0300 Subject: [PATCH] Add 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 Millennium buttons open two links on the Internet - https://steambrew.app/plugins and https://steambrew.app/themes At any time, at the request of the user, they can be changed or deleted through the settings.json file They are inserted solely as an example of what this plugin can be used for - if the user does not need these buttons, he can remove them. The program allows you to launch not only third-party websites through buttons, but also local programs. For this, an analog of the os.execute command is used ("cmd /c launch "" /B "startup program""), which allows you to launch the application without opening the console window. --- .gitmodules | 3 +++ plugins/Apps-buttons | 1 + 2 files changed, 4 insertions(+) create mode 160000 plugins/Apps-buttons diff --git a/.gitmodules b/.gitmodules index ef0d2fb..b6581e3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -64,3 +64,6 @@ [submodule "plugins/steam-change-window-params"] path = plugins/steam-change-window-params url = https://github.com/ricewind012/steam-change-window-params +[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..31828ce --- /dev/null +++ b/plugins/Apps-buttons @@ -0,0 +1 @@ +Subproject commit 31828cef607f22d0d007419eeb8db12558094f8a