Commented code for different icon for UpdatedItemsInfo Notification.

This commit is contained in:
David Kocik 2021-11-15 13:54:02 +01:00
parent 3c4095cec2
commit 059e4f8cf1
4 changed files with 14 additions and 12 deletions

View file

@ -674,7 +674,7 @@ private:
PopNotification::close();
}
protected:
void render_left_sign(ImGuiWrapper& imgui) override;
//void render_left_sign(ImGuiWrapper& imgui) override;
std::vector<std::pair<InfoItemType, size_t>> m_types_and_counts;
};