mirror of
https://github.com/Swordfish90/cool-retro-term.git
synced 2025-01-18 12:15:27 +00:00
Disable blinking cursor by default
This commit is contained in:
parent
9960b25dff
commit
8d7565ffc4
@ -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();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user