mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-20 05:13:58 +00:00
[styles] Add charging_station search result icon & bookmark icon
Signed-off-by: David Martinez <47610359+dvdmrtnz@users.noreply.github.com>
This commit is contained in:
committed by
Konstantin Pastbin
parent
d4cef9385b
commit
d5d86ffd36
@@ -184,6 +184,7 @@ enum class BookmarkIcon : uint16_t
|
||||
Stadium,
|
||||
Theatre,
|
||||
Information,
|
||||
ChargingStation,
|
||||
|
||||
Count
|
||||
};
|
||||
@@ -226,6 +227,7 @@ inline std::string ToString(BookmarkIcon icon)
|
||||
case Stadium: return "Stadium";
|
||||
case Theatre: return "Theatre";
|
||||
case Information: return "Information";
|
||||
case ChargingStation: return "ChargingStation";
|
||||
case Count: return {};
|
||||
}
|
||||
UNREACHABLE();
|
||||
|
||||
Reference in New Issue
Block a user