mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-06-26 20:37:50 +02:00
Fixed bug in discord integration
This commit is contained in:
@ -134,8 +134,8 @@ private:
|
||||
// Rich Presence
|
||||
DiscordRichPresence presence;
|
||||
double lastFreq;
|
||||
char* freq = new char[1024];
|
||||
char* mode = new char[1024];
|
||||
char freq[1024];
|
||||
char mode[1024];
|
||||
std::string lastMode = "";
|
||||
|
||||
// Threading
|
||||
|
Reference in New Issue
Block a user