mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-12 14:47:16 +00:00
8 lines
147 B
QML
8 lines
147 B
QML
import QtQuick 2.14
|
|
|
|
QtObject {
|
|
property var quickTextDocument
|
|
property color codeBackgroundColor
|
|
property color codeForegroundColor
|
|
}
|