Make this atomic.

pull/1025/head
Adam Treat 1 year ago committed by AT
parent a3a6a20146
commit d018b4c821

@ -157,7 +157,7 @@ protected:
QThread m_llmThread;
std::atomic<bool> m_stopGenerating;
std::atomic<bool> m_shouldBeLoaded;
bool m_isRecalc;
std::atomic<bool> m_isRecalc;
bool m_isServer;
bool m_isChatGPT;
};

Loading…
Cancel
Save