forked from blue/squawk
some polish
This commit is contained in:
parent
e58213b294
commit
2fcc432aef
2 changed files with 3 additions and 2 deletions
|
@ -220,7 +220,7 @@ void Application::notify(const QString& account, const Shared::Message& msg)
|
|||
args << QString("mail-message"); //TODO should here better be unknown user icon?
|
||||
}
|
||||
if (msg.getType() == Shared::Message::groupChat) {
|
||||
args << msg.getFromResource() + " from " + name;
|
||||
args << msg.getFromResource() + tr(" from ") + name;
|
||||
} else {
|
||||
args << name;
|
||||
}
|
||||
|
@ -239,6 +239,7 @@ void Application::notify(const QString& account, const Shared::Message& msg)
|
|||
args << QVariantMap({
|
||||
{"desktop-entry", qApp->desktopFileName()},
|
||||
{"category", QString("message")},
|
||||
{"urgency", 1},
|
||||
// {"sound-file", "/path/to/macaw/squawk"},
|
||||
{"sound-name", QString("message-new-instant")}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue