fix: crash in some moulconfig editors

This commit is contained in:
Linnea Gräf
2025-05-04 18:11:34 +02:00
parent ad321627a9
commit e1983c1e5e
2 changed files with 4 additions and 1 deletions

View File

@@ -10,6 +10,9 @@ abstract class ProcessedOptionFirm(
private val accordionId: Int,
private val config: Config
) : ProcessedOption {
override fun getPath(): String? {
return "nonsense"
}
lateinit var category: ProcessedCategoryFirm
override fun getAccordionId(): Int {
return accordionId