updated to static method

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
Matt Bruce 2024-06-05 08:28:09 -05:00
parent 30b2eb150a
commit f6a46eed00

View File

@ -12,7 +12,7 @@ import VDS
open class CoreUIModelMapping: ModelMapping {
open override class func registerObjects() {
super.registerObjects()
Font.dsLight.register()
Font.register()
registerMolecules()
registerRules()
registerActions()