mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-14 18:27:58 -06:00
FIX: show ip/code dialog no-delay on user triggered failure
Change-Id: If9f469f3379de972a51bf581d41c379e8f982bb9
This commit is contained in:
parent
afb8f47111
commit
4b8f197e1d
2 changed files with 5 additions and 1 deletions
|
@ -83,6 +83,7 @@ private:
|
|||
boost::thread m_thread;
|
||||
|
||||
bool m_streaming = false;
|
||||
bool m_user_triggered = false;
|
||||
int m_failed_retry = 0;
|
||||
int m_failed_code = 0;
|
||||
wxDateTime m_next_retry;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue