Add: Toggle for showing industry names in small map

This commit is contained in:
Edmond Chui
2024-06-10 00:29:31 +01:00
committed by rubidium42
parent a1e94ccddb
commit ff3be45c23
3 changed files with 86 additions and 11 deletions
+2
View File
@@ -32,6 +32,8 @@ enum SmallMapWidgets : WidgetID {
WID_SM_ENABLE_ALL, ///< Button to enable display of all legend entries.
WID_SM_DISABLE_ALL, ///< Button to disable display of all legend entries.
WID_SM_SHOW_HEIGHT, ///< Show heightmap toggle button.
WID_SM_SHOW_IND_NAMES, ///< Show industry names toggle button.
WID_SM_SHOW_IND_NAMES_SEL, ///< Container for the 'show industry names' button, which can be hidden.
};
#endif /* WIDGETS_SMALLMAP_WIDGET_H */