mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2026-09-04 00:07:05 -04:00
fix: Open Qt Creator settings delayed from ChatRootView (#332)
fix: Opens settings delayed Co-authored-by: Ivan Lebedev <[email protected]>
This commit is contained in:
co-authored by
Ivan Lebedev
parent
9a2ba08538
commit
15d714588f
@@ -750,7 +750,10 @@ void ChatRootView::openRulesFolder()
|
||||
|
||||
void ChatRootView::openSettings()
|
||||
{
|
||||
Settings::showSettings(Constants::QODE_ASSIST_CHAT_ASSISTANT_SETTINGS_PAGE_ID);
|
||||
QMetaObject::invokeMethod(
|
||||
this,
|
||||
[]() { Settings::showSettings(Constants::QODE_ASSIST_CHAT_ASSISTANT_SETTINGS_PAGE_ID); },
|
||||
Qt::QueuedConnection);
|
||||
}
|
||||
|
||||
void ChatRootView::openFileInEditor(const QString &filePath)
|
||||
|
||||
Reference in New Issue
Block a user