Disable blinking cursor by default

This commit is contained in:
Kristian 2019-07-20 16:51:10 +02:00
parent 9960b25dff
commit 8d7565ffc4

View File

@ -59,7 +59,7 @@ QtObject{
property real burnInQuality: 0.5
property bool useFastBurnIn: Qt.platform.os === "osx" ? false : true
property bool blinkingCursor: true
property bool blinkingCursor: false
onWindowScalingChanged: handleFontChanged();