Commit 5a3d82e4 authored by Sylvain Berfini's avatar Sylvain Berfini

Fixed single app on Windows

parent 5e654399
...@@ -73,7 +73,7 @@ int main (int argc, char *argv[]) { ...@@ -73,7 +73,7 @@ int main (int argc, char *argv[]) {
if (app.isSecondary()) { if (app.isSecondary()) {
QString command = app.getCommandArgument(); QString command = app.getCommandArgument();
app.sendMessage(command.isEmpty() ? "show" : command.toLocal8Bit(), 0); app.sendMessage(command.isEmpty() ? "show" : command.toLocal8Bit(), -1);
return 0; return 0;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment