mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-06 02:30:38 -08:00
revisions
This commit is contained in:
parent
7cf29c2c8c
commit
4847dea734
2 changed files with 2 additions and 2 deletions
|
|
@ -116,7 +116,7 @@
|
|||
(defun toast (message &optional (seconds 3))
|
||||
"Shows a temporary message/notification. If the passed time is 0 seconds, the
|
||||
message will be shown until the user taps on the message."
|
||||
(qjs |message| ui:*toast* message seconds))
|
||||
(qjs |message| ui:*toast* message (float seconds)))
|
||||
|
||||
;;; dialogs
|
||||
|
||||
|
|
|
|||
|
|
@ -59,7 +59,7 @@ The macOS version must be compiled first, moved to `/Applications/` and started
|
|||
from Finder (not the console), otherwise BLE permissions will not work (if run
|
||||
from console, the app will show a BLE exception and consume 100% CPU).
|
||||
|
||||
The iOS version also runs on older devices, like the iPod Touch, as long as
|
||||
The iOS version also runs on older devices, like the 'iPod touch', as long as
|
||||
they are 64 bit and run at least iOS 12.
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue