mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-04 01:00:39 +08:00
delete old code
This commit is contained in:
parent
0503733694
commit
ad621750ea
@ -1436,8 +1436,6 @@ void PrintablesWebViewPanel::show_download_notification(const std::string& filen
|
||||
// Then inside javascript decodes it.
|
||||
const std::string message_filename = Http::url_encode(GUI::format(_u8L("Downloading %1%"),filename));
|
||||
const std::string message_dest = Http::url_encode(GUI::format(_u8L("To %1%"), wxGetApp().app_config->get("url_downloader_dest")));
|
||||
//std::string message_filename = GUI::format(_u8L("Downloading %1%"),filename);
|
||||
//std::string message_dest = GUI::format(_u8L("To %1%"), escape_string_cstyle(wxGetApp().app_config->get("url_downloader_dest")));
|
||||
std::string script = GUI::format(R"(
|
||||
function removeNotification() {
|
||||
const notifDiv = document.getElementById('slicer-notification');
|
||||
|
Loading…
x
Reference in New Issue
Block a user