Lukáš Tinkl e6408724c9 feat(settings): add Privacy Statement and Terms of Use
- bundle those 2 documents as Markdown
- some UI fixes according to latest Figma

Fixes #12192
2023-09-25 14:09:45 +02:00

10 lines
182 B
QML

import QtQuick 2.13
import utils 1.0
Text {
font.family: Style.current.baseFont.name
font.pixelSize: Style.current.primaryTextFontSize
color: Style.current.textColor
}