fix: crash in some moulconfig editors
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user