[Launcher] Added missing ")".
This commit is contained in:
parent
9c51bb3ad3
commit
45f2b63eb5
|
@ -80,7 +80,7 @@ main(int argc, char* argv[])
|
|||
notifier.setProcessChannelMode(QProcess::ForwardedChannels);
|
||||
notifier.start("notify-send",
|
||||
QStringList()
|
||||
<< "KittehPlayer" << "New update avalable!" << "--icon=KittehPlayer";
|
||||
<< "KittehPlayer" << "New update avalable!" << "--icon=KittehPlayer");
|
||||
notifier.waitForFinished();
|
||||
}
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue