revisions

This commit is contained in:
pls.153 2024-01-21 20:57:00 +01:00
parent 7cf29c2c8c
commit 4847dea734
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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.