mirror of
https://github.com/carlrobertoh/ProxyAI.git
synced 2026-05-11 04:50:31 +00:00
fix: DeleteConversationAction update thread
This commit is contained in:
parent
d4964d139e
commit
8151a69c7e
1 changed files with 1 additions and 1 deletions
|
|
@ -42,6 +42,6 @@ public class DeleteConversationAction extends AnAction {
|
|||
|
||||
@Override
|
||||
public @NotNull ActionUpdateThread getActionUpdateThread() {
|
||||
return ActionUpdateThread.BGT;
|
||||
return ActionUpdateThread.EDT;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue