Files
z-bar-qt/Helpers/TextRender.qml
T
Zacharias-Brohn 07e399f6d9 lots of changes
2025-11-19 17:01:20 +01:00

7 lines
93 B
QML

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