mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-22 16:52:30 +08:00
fix(Notifications): Added titles to duplicate check (#325)
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user