mirror of
https://github.com/carlrobertoh/ProxyAI.git
synced 2026-05-22 19:57:33 +00:00
fix: compatibility issues
This commit is contained in:
parent
65296741f5
commit
70b8a9740d
1 changed files with 3 additions and 7 deletions
|
|
@ -146,13 +146,9 @@ class PromptsForm {
|
|||
}
|
||||
|
||||
private fun expandAll() {
|
||||
tree.expandPaths(
|
||||
listOf(
|
||||
TreePath(coreActionsNode.path),
|
||||
TreePath(personasNode.path),
|
||||
TreePath(chatActionsNode.path)
|
||||
)
|
||||
)
|
||||
tree.expandPath(TreePath(coreActionsNode.path))
|
||||
tree.expandPath(TreePath(personasNode.path))
|
||||
tree.expandPath(TreePath(chatActionsNode.path))
|
||||
}
|
||||
|
||||
private fun isCoreActionsModified(settingsState: CoreActionsState): Boolean {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue