1
0
Fork 0
forked from suyu/suyu

Enable RPC

This commit is contained in:
million 2024-03-24 05:40:52 +01:00
parent e139a99e01
commit fbe83454c0

View file

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