Make this atomic.

This commit is contained in:
Adam Treat 2023-06-19 18:24:11 -04:00 committed by AT
parent a3a6a20146
commit d018b4c821

View File

@ -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;
};