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}")