Feature: Ctrl-click to toggle favourites in build-pickers.
This allows ctrl-click on a type in a build-picker window to remember it as a favourite. An new filter button to show only favourites makes it simpler to use these types. Favourite types are saved locally in favs.cfg, so are remembered between games.
This commit is contained in:
committed by
Peter Nelson
parent
fde3b35a24
commit
b30fe0d7da
@@ -23,6 +23,7 @@ enum PickerClassWindowWidgets : WidgetID {
|
||||
WID_PW_TYPE_FILTER, ///< Text filter.
|
||||
WID_PW_MODE_ALL, ///< Toggle "Show all" filter mode.
|
||||
WID_PW_MODE_USED, ///< Toggle showing only used types.
|
||||
WID_PW_MODE_SAVED, ///< Toggle showing only saved types.
|
||||
WID_PW_TYPE_MATRIX, ///< Matrix with items.
|
||||
WID_PW_TYPE_ITEM, ///< A single item.
|
||||
WID_PW_TYPE_SCROLL, ///< Scrollbar for the matrix.
|
||||
|
||||
Reference in New Issue
Block a user