| 917 | } |
| 918 | |
| 919 | void BrowserWindow::processNumDownloadsField(NetworkResourceTreeTO const& treeTO) |
| 920 | { |
| 921 | if (treeTO->isLeaf()) { |
| 922 | auto& leaf = treeTO->getLeaf(); |
| 923 | AlienImGui::Text(std::to_string(leaf.rawTO->numDownloads)); |
| 924 | } |
| 925 | } |
| 926 | |
| 927 | void BrowserWindow::processWidthField(NetworkResourceTreeTO const& treeTO) |
| 928 | { |