From fbe83454c0843f0c728d1587a5d1aa517cada9bd Mon Sep 17 00:00:00 2001 From: million Date: Sun, 24 Mar 2024 05:40:52 +0100 Subject: [PATCH] Enable RPC --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7b4df91028..27a79ab33f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -48,7 +48,7 @@ option(SUYU_USE_QT_WEB_ENGINE "Use QtWebEngine for web applet implementation" OF option(ENABLE_CUBEB "Enables the cubeb audio backend" ON) -option(USE_DISCORD_PRESENCE "Enables Discord Rich Presence" OFF) +option(USE_DISCORD_PRESENCE "Enables Discord Rich Presence" ON) option(SUYU_TESTS "Compile tests" "${BUILD_TESTING}")