mirror of
https://github.com/carlrobertoh/ProxyAI.git
synced 2026-04-28 19:52:17 +00:00
194 - Proper use of project-level light service (#216)
This commit is contained in:
parent
439c231658
commit
f502e3b43c
7 changed files with 10 additions and 17 deletions
|
|
@ -122,6 +122,6 @@ public class SettingsConfigurable implements Configurable, Disposable {
|
|||
throw new RuntimeException("Could not find current project.");
|
||||
}
|
||||
|
||||
StandardChatToolWindowContentManager.getInstance(project).resetActiveTab();
|
||||
project.getService(StandardChatToolWindowContentManager.class).resetActiveTab();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue