mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-26 08:18:08 +00:00
Fixed single app on Windows
This commit is contained in:
parent
5e654399a6
commit
5a3d82e432
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ int main (int argc, char *argv[]) {
|
|||
|
||||
if (app.isSecondary()) {
|
||||
QString command = app.getCommandArgument();
|
||||
app.sendMessage(command.isEmpty() ? "show" : command.toLocal8Bit(), 0);
|
||||
app.sendMessage(command.isEmpty() ? "show" : command.toLocal8Bit(), -1);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue