mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-06 10:31:34 -08:00
9 lines
208 B
Common Lisp
9 lines
208 B
Common Lisp
(in-package :app)
|
|
|
|
(defun ini ()
|
|
(qt:ini)
|
|
(msg:load-messages)
|
|
(q> |visible| ui:*hour-glass* nil) ; shown during Lisp startup
|
|
(q> |playing| ui:*busy* t)) ; shown during BLE setup
|
|
|
|
(qlater 'ini)
|