1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-12-07 13:22:06 -06:00

fix discord rpc

This commit is contained in:
Adya
2024-03-09 18:45:43 +00:00
committed by zqpvr
parent d02af377d4
commit ad43131df5
2 changed files with 4 additions and 2 deletions

View File

@@ -44,7 +44,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}")