mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-06-09 05:05:27 +00:00
autofmt
This commit is contained in:
@@ -368,7 +368,9 @@ ColumnLayout {
|
||||
anchors.fill: parent
|
||||
cursorShape: Qt.PointingHandCursor
|
||||
onClicked: {
|
||||
root.updateEntry(index, { "enabled": !modelData.enabled });
|
||||
root.updateEntry(index, {
|
||||
"enabled": !modelData.enabled
|
||||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -397,7 +399,9 @@ ColumnLayout {
|
||||
NToggle {
|
||||
checked: modelData.countdownEnabled !== undefined ? modelData.countdownEnabled : true
|
||||
onToggled: function (checked) {
|
||||
root.updateEntry(delegateItem.index, { "countdownEnabled": checked });
|
||||
root.updateEntry(delegateItem.index, {
|
||||
"countdownEnabled": checked
|
||||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -447,4 +451,4 @@ ColumnLayout {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user