mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-01-24 16:54:45 +01:00
Fixed bug in discord integration
This commit is contained in:
parent
b1bb863a7e
commit
3225f15419
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user