update hyprlock config

This commit is contained in:
end-4
2025-05-09 15:49:11 +02:00
parent 2be5e9063b
commit bbe0641503
3 changed files with 24 additions and 2 deletions
@@ -68,6 +68,9 @@ ColumnLayout {
onEditingChanged: {
if (!editing) {
renderLatex()
} else {
console.log("Editing mode enabled", segmentContent)
textArea.text = segmentContent
}
}