MCPcopy Create free account
hub / github.com/chrxh/alien / processDownloadButton

Method processDownloadButton

source/Gui/BrowserWindow.cpp:1120–1127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1118}
1119
1120void 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
1129namespace
1130{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected