| 1118 | } |
| 1119 | |
| 1120 | void BrowserWindow::processDownloadButton(BrowserLeaf const& leaf) |
| 1121 | { |
| 1122 | auto isDownload = AlienImGui::ActionButton(AlienImGui::ActionButtonParameters().buttonText(ICON_FA_DOWNLOAD)); |
| 1123 | AlienImGui::Tooltip("Download", false); |
| 1124 | if (isDownload) { |
| 1125 | onDownloadResource(leaf); |
| 1126 | } |
| 1127 | } |
| 1128 | |
| 1129 | namespace |
| 1130 | { |
nothing calls this directly
no outgoing calls
no test coverage detected