mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-06 02:30:38 -08:00
revisions
This commit is contained in:
parent
ff3022db4a
commit
9453b7dc7d
3 changed files with 10 additions and 2 deletions
|
|
@ -93,7 +93,7 @@ it saves uploaded files on the server."
|
|||
(save-file (get-stream (get-http-connection http-request))
|
||||
(parse-integer (cdr (assoc :content-length headers)))
|
||||
boundary)
|
||||
(loc:check-offline-map) ; evtl. tiles to extract
|
||||
(loc:extract-map-bin t) ; evtl. tiles to extract
|
||||
;; if uploaded file is app:*backup-data-file*, unzip data, close app
|
||||
;; (restart needed)
|
||||
(let ((data.zip (x:cc "data/" app:*backup-data-file*)))
|
||||
|
|
|
|||
8
examples/meshtastic/qml/ext/MenuItem.qml
Normal file
8
examples/meshtastic/qml/ext/MenuItem.qml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
import QtQuick 2.15
|
||||
import QtQuick.Controls 2.15
|
||||
|
||||
MenuItem {
|
||||
font.family: fontText.name
|
||||
font.pixelSize: 18
|
||||
}
|
||||
|
||||
|
|
@ -18,7 +18,7 @@ Item {
|
|||
Menu {
|
||||
id: menu
|
||||
|
||||
MenuItem {
|
||||
Ext.MenuItem {
|
||||
text: qsTr("Make backup")
|
||||
onTriggered: Lisp.call("app:make-backup")
|
||||
enabled: !mobile
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue