mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-24 11:09:56 +00:00
some part of refactoring
move plugin from private fix translation issue (#50)
This commit is contained in:
@ -199,7 +199,7 @@ void AWActions::sendNotification(const QString eventId, const QString message, c
|
||||
{
|
||||
if ((eventId == QString("event")) && (!enablePopup)) return;
|
||||
|
||||
KNotification *notification = KNotification::event(eventId, QString("Awesome Widget ::: ") + eventId, message);
|
||||
KNotification *notification = KNotification::event(eventId, QString("Awesome Widget ::: %1").arg(eventId), message);
|
||||
notification->setComponentName(QString("plasma-applet-org.kde.plasma.awesome-widget"));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user