Add large network icon background for chatgpt and server modes.

This commit is contained in:
Adam Treat
2023-05-15 14:08:08 -04:00
committed by AT
parent dd27c10f54
commit 0cd509d530
3 changed files with 23 additions and 5 deletions

View File

@@ -115,6 +115,7 @@ protected:
std::atomic<bool> m_shouldBeLoaded;
bool m_isRecalc;
bool m_isServer;
bool m_isChatGPT;
};
#endif // CHATLLM_H