Added config option to not leak OS information over discord RPC and temporarially fixed macOS builds

This commit is contained in:
2025-10-11 22:45:20 +10:00
parent 7b53e51e7e
commit 1808c80479
5 changed files with 24 additions and 22 deletions

View File

@@ -33,6 +33,7 @@ typedef struct {
// Discord RPC Settings
bool discordrpc_enable; // Enable Discord RPC
int discordrpc_method; // Discord RPC Method (0 = Regular, 1 = DscrdRPC)
bool discordrpc_showSysDetails; // Show 'on OS ARCH VERSION' in RPC
// Audio Settings
bool audio_equalizer_enable;