| 361 | } |
| 362 | |
| 363 | static bool shouldShowSubTab(std::span<const SubTabInfo> subTabs, uint8_t index, FilterLevel filterLevel) |
| 364 | { |
| 365 | return shouldShowTab(subTabs[index], filterLevel); |
| 366 | } |
| 367 | |
| 368 | // 0x00473154 |
| 369 | static void assignTabPositions(Window* self) |
no test coverage detected