revision & small fix

This commit is contained in:
pls.153 2023-10-14 19:40:58 +02:00
parent bd0cd3ed10
commit da60ab55ed
2 changed files with 2 additions and 2 deletions

View file

@ -41,7 +41,7 @@
(defun set-unread (name n)
(unless (string= lora:*broadcast-name* name)
(qjs |setUnread| ui:*group*
name n)
name (float n)) ; see 'qml:hex'
(when (plusp n)
(set-unread-state t))))

View file

@ -36,7 +36,7 @@ Add an alias in `~/.bashrc` on the device:
alias qmake5.15=/opt/qt5/bin/qmake
```
Run `qt-runner` without arguments to check the following 2 settings:
Run `qt-runner` without arguments to check the following settings:
- "Override DPI": set to 2/3 of max value, e.g. 458 * 2/3 = 305 (on my phone)
- select "Reduce window when keyboard is shown"