mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2025-10-06 20:16:00 -04:00
feat: Add checkbox for disabling chat
This commit is contained in:
@ -108,8 +108,10 @@ public:
|
||||
UpdateDialog::checkForUpdatesAndShow(Core::ICore::mainWindow());
|
||||
});
|
||||
|
||||
m_chatOutputPane = new Chat::ChatOutputPane(this);
|
||||
m_navigationPanel = new Chat::NavigationPanel();
|
||||
if (Settings::generalSettings().enableChat()) {
|
||||
m_chatOutputPane = new Chat::ChatOutputPane(this);
|
||||
m_navigationPanel = new Chat::NavigationPanel();
|
||||
}
|
||||
|
||||
Settings::setupProjectPanel();
|
||||
ConfigurationManager::instance().init();
|
||||
|
Reference in New Issue
Block a user