We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ChatRootView
1 parent 9a2ba08 commit 15d7145Copy full SHA for 15d7145
ChatView/ChatRootView.cpp
@@ -750,7 +750,10 @@ void ChatRootView::openRulesFolder()
750
751
void ChatRootView::openSettings()
752
{
753
- Settings::showSettings(Constants::QODE_ASSIST_CHAT_ASSISTANT_SETTINGS_PAGE_ID);
+ QMetaObject::invokeMethod(
754
+ this,
755
+ []() { Settings::showSettings(Constants::QODE_ASSIST_CHAT_ASSISTANT_SETTINGS_PAGE_ID); },
756
+ Qt::QueuedConnection);
757
}
758
759
void ChatRootView::openFileInEditor(const QString &filePath)
0 commit comments