mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-01-08 18:33:37 +08:00
fix(Notifications): Added titles to duplicate check (#325)
This commit is contained in:
parent
7fca37fa7b
commit
26457f0d35
@ -14,7 +14,7 @@ namespace big
|
||||
|
||||
void notification_service::push(notification n)
|
||||
{
|
||||
this->notifications.emplace(std::hash<std::string>{}(n.message), n);
|
||||
this->notifications.emplace(std::hash<std::string>{}(n.message + n.title), n);
|
||||
}
|
||||
|
||||
void notification_service::push(std::string title, std::string message)
|
||||
|
Loading…
x
Reference in New Issue
Block a user