hover background color config option

This commit is contained in:
Zacharias-Brohn
2025-11-19 00:02:04 +01:00
parent 36cf913830
commit ddae364005
5 changed files with 31 additions and 1 deletions
+1
View File
@@ -99,6 +99,7 @@ Scope {
color: "white"
MouseArea {
anchors.fill: parent
cursorShape: Qt.PointingHandCursor
onClicked: {
ncProcess.running = true
}