Files
z-bar-qt/Helpers/TextRender.qml
Zacharias-Brohn d56a0260fb formatter
2026-02-24 23:20:11 +01:00

7 lines
87 B
QML

import QtQuick
Text {
renderType: Text.NativeRendering
textFormat: Text.PlainText
}