small revisions

This commit is contained in:
pls.153 2024-03-06 22:33:27 +01:00
parent b45af08c87
commit eb9612b17f
2 changed files with 1 additions and 2 deletions

View file

@ -34,7 +34,6 @@
#+(or android ios sfos)
(defun update-my-position (&optional (sec 60)) ; try for 1 min
"If no manual position is set, update position from GPS of mobile device."
;; see also Timer in 'qml/ext/Radios.qml'
(when (and (app:setting :share-location)
(not (app:setting :selected-position)))
(destructuring-bind (lat lon time)

View file

@ -57,7 +57,7 @@
(q> |playing| ui:*busy* t))
(defun get-node-config ()
;; see also Timer in 'qml/ext/Group.qml'
;; see also Timer in 'qml/ext/group/Group.qml'
(when *ready*
(setf *schedule-clear* t)
(setf *config-complete* nil