1
0
Fork 0

[Launcher] Added missing ")".

This commit is contained in:
NamedKitten 2018-11-18 13:02:02 +00:00
parent 9c51bb3ad3
commit 45f2b63eb5

View file

@ -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 {