linux: replace pactl calls with libpulse (#221)

This commit is contained in:
Kavish Devar
2025-10-02 11:25:41 +05:30
committed by GitHub
parent 120681541f
commit fe774d565d
6 changed files with 400 additions and 96 deletions

View File

@@ -967,7 +967,7 @@ int main(int argc, char *argv[]) {
QApplication app(argc, argv);
QSharedMemory sharedMemory;
sharedMemory.setKey("TcpServer-Key");
sharedMemory.setKey("TcpServer-Key2");
// Check if app is already open
if(sharedMemory.create(1) == false)