Skip to content

Commit

Permalink
fix: fix crash when downloading
Browse files Browse the repository at this point in the history
  • Loading branch information
tishion committed Oct 7, 2024
1 parent bec54fe commit 6bb08e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ CefViewBrowserClient::OnBeforeDownload(CefRefPtr<CefBrowser> browser,
if (delegate)
delegate->onBeforeDownload(browser, download_item, suggested_name, callback);

return false;
return true;
}
#endif

Expand Down

0 comments on commit 6bb08e7

Please sign in to comment.