Skip to content

Commit

Permalink
remove merge changes
Browse files Browse the repository at this point in the history
  • Loading branch information
memurats committed Aug 13, 2024
1 parent 7ed5ff5 commit bb1553f
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 15 deletions.
2 changes: 1 addition & 1 deletion src/gui/tray/usermodel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ void User::showDesktopNotification(const Activity &activity)

void User::showDesktopNotification(const ActivityList &activityList)
{
const auto subject = tr("%1 notifications").arg(activityList.count());
const auto subject = QStringLiteral("%1 notifications").arg(activityList.count());
const auto notificationId = -static_cast<int>(qHash(subject));

if (!canShowNotification(notificationId)) {
Expand Down
Binary file removed theme/NMCIcons/configuration1.png
Binary file not shown.
Binary file removed theme/NMCIcons/configuration2.png
Binary file not shown.
Binary file removed theme/NMCIcons/configuration3.png
Binary file not shown.
7 changes: 0 additions & 7 deletions theme/NMCIcons/navigation-left.svg

This file was deleted.

7 changes: 0 additions & 7 deletions theme/NMCIcons/navigation-right.svg

This file was deleted.

0 comments on commit bb1553f

Please sign in to comment.