Launcher: Display vehicles by groups by default

This matches the Starter.
This commit is contained in:
jakubg1
2024-04-01 19:40:32 +02:00
parent 13d9a91632
commit 7560829d16

View File

@@ -19,7 +19,7 @@ private:
std::shared_ptr<const vehicle_desc> selected_vehicle;
const std::string *selected_group = nullptr;
const skin_set *selected_skinset = nullptr;
bool display_by_groups = false;
bool display_by_groups = true;
deferred_image placeholder_mini;
std::array<char, 128> search_query = { 0 };