## 0.24.19

### New Feature

- Now we can generate a QR Code for transferring the configuration to another device.
This commit is contained in:
vorotamoroz
2025-03-05 11:12:00 +00:00
parent 65648683a3
commit 6049c19e8a
7 changed files with 338 additions and 138 deletions

View File

@@ -436,4 +436,11 @@ span.ls-mark-cr::after {
.sls-dialogue-note-countdown {
font-size: 0.8em;
}
.sls-qr {
display: flex;
justify-content: center;
align-items: center;
max-width: max-content;
}