pass a UI to NAT entryProcessors

This commit is contained in:
2022-06-27 18:22:57 +00:00
parent 9f1e337069
commit 7e7053e132
13 changed files with 21 additions and 19 deletions

View File

@@ -24,8 +24,8 @@
(systems.push system)
system)
(method processSystems []
(doFor system systems (system.process this)))
(method processSystems [&opt :ArchiveUI ui]
(doFor system systems (system.process this ui)))
(method :Entry createEntry [:Entry->Dynamic initializer] // initializer returns Dynamic so ->:Void isn't required
(let [e (_newEntry)]