Revive old profile viewer

This commit is contained in:
nea
2023-08-24 18:12:39 +02:00
parent 8c5570bfe6
commit b0cb9a70cd
7 changed files with 86 additions and 30 deletions

View File

@@ -42,6 +42,10 @@ class JarvisIntegration : JarvisPlugin {
}
}
override fun onHudEditorClosed() {
configs.forEach { it.save() }
}
override fun getAllConfigOptions(): List<JarvisConfigOption> {
return configs.flatMap { config ->
config.sortedOptions.map {