WIP detail view

This commit is contained in:
2024-11-24 10:19:47 +01:00
parent a4b43ffb10
commit de75ed584b
5 changed files with 143 additions and 41 deletions

View File

@ -46,7 +46,7 @@ class LunaEvent {
jo.put("quantity", value)
}
var notes: String
get(): String = jo.getString("notes")
get(): String = jo.optString("notes")
set(value) {
jo.put("notes", value)
}