mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 04:07:44 +00:00
Maps: Add MapsSettings with multiple tile providers options
This commit is contained in:
parent
264782557e
commit
aed25991e6
14 changed files with 379 additions and 15 deletions
|
@ -73,5 +73,6 @@ void UsersMapWidget::add_users_to_map()
|
|||
|
||||
add_panel({ MUST(String::formatted("{} users are already registered", m_users.value().size())),
|
||||
Panel::Position::TopRight,
|
||||
{ { "https://github.com/SerenityOS/user-map" } } });
|
||||
{ { "https://github.com/SerenityOS/user-map" } },
|
||||
"users"_string });
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue