mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-06 02:30:38 -08:00
revision & small fix
This commit is contained in:
parent
bd0cd3ed10
commit
da60ab55ed
2 changed files with 2 additions and 2 deletions
|
|
@ -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))))
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue