diff --git a/src/userscript.cpp b/src/userscript.cpp index 3a7e1c2..62fe912 100644 --- a/src/userscript.cpp +++ b/src/userscript.cpp @@ -44,6 +44,10 @@ void UserScript::setupHelpMenu() { QString(), "https://github.com/Curve"); aboutData.addComponent("Rohrkabel", "A C++ RAII Pipewire-API Wrapper", "1.3", "https://github.com/Soundux/rohrkabel"); + aboutData.addComponent("arRPC", + "An open implementation of Discord's local RPC " + "servers
Copyright (c) 2022 OpenAsar", + nullptr, "https://github.com/OpenAsar/arrpc"); m_helpMenu = new KHelpMenu(MainWindow::instance(), aboutData); #endif }