From 08cb713e8c7cc5a294551d3f9ec8859e9e47b52d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Malte=20J=C3=BCrgens?= Date: Thu, 23 Mar 2023 23:14:00 +0100 Subject: [PATCH] add arRPC component to about --- src/userscript.cpp | 4 ++++ 1 file changed, 4 insertions(+) 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 }