1
0
mirror of https://github.com/Swordfish90/cool-retro-term.git synced 2025-01-18 20:20:45 +00:00

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();