brush settings reset button, hook crash handler on every thread, update changelog
This commit is contained in:
@@ -11,9 +11,7 @@ void LogRemote::start()
|
||||
|
||||
m_running = true;
|
||||
m_thread = std::thread([&] {
|
||||
#ifdef _WIN32
|
||||
BT_SetTerminate();
|
||||
#endif
|
||||
BT_SetTerminate();
|
||||
net_init();
|
||||
auto session_string = net_request("/start");
|
||||
m_session = atoi(session_string.c_str());
|
||||
|
||||
Reference in New Issue
Block a user