mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2026-07-23 19:46:34 +00:00
Feature: User-defined collections of saved items in the picker window (#14813)
This commit is contained in:
@@ -50,6 +50,7 @@ public:
|
||||
|
||||
StringID GetClassTooltip() const override { return STR_PICKER_OBJECT_CLASS_TOOLTIP; }
|
||||
StringID GetTypeTooltip() const override { return STR_PICKER_OBJECT_TYPE_TOOLTIP; }
|
||||
StringID GetCollectionTooltip() const override { return STR_PICKER_OBJECT_COLLECTION_TOOLTIP; }
|
||||
|
||||
bool IsActive() const override
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user