We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d775c7 commit 33889d8Copy full SHA for 33889d8
src/slic3r/GUI/WebViewDialog.cpp
@@ -15,8 +15,6 @@
15
16
#include <libslic3r/PresetBundle.hpp> // IWYU pragma: keep
17
18
-#include <thread>
19
-
20
#include <wx/webview.h>
21
#include <wx/display.h>
22
@@ -706,7 +704,6 @@ void LoginWebViewDialog::on_navigation_request(wxWebViewEvent &evt)
706
704
delete_cookies(m_browser, "https://appleid.apple.com");
707
705
delete_cookies(m_browser, "https://facebook.com");
708
evt.Veto();
709
- std::this_thread::sleep_for(std::chrono::milliseconds(500));
710
m_ret_val = into_u8(url);
711
EndModal(wxID_OK);
712
} else if (url.Find(L"accounts.google.com") != wxNOT_FOUND
0 commit comments