mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
Fix #1064
This commit is contained in:
parent
b6f79e7365
commit
56784d2a78
|
@ -168,7 +168,7 @@ int main(int argc, char *argv[])
|
|||
return EXIT_FAILURE;
|
||||
}
|
||||
}
|
||||
else if (!ipc.isCurrentOwner() && !parser.isSet("P"))
|
||||
else if (!ipc.isCurrentOwner() && !parser.isSet("p"))
|
||||
{
|
||||
time_t event = ipc.postEvent("$activate");
|
||||
ipc.waitUntilProcessed(event);
|
||||
|
|
Loading…
Reference in New Issue
Block a user