overview: middle click to close

This commit is contained in:
end-4
2025-04-24 20:26:58 +02:00
parent 49b3107adb
commit 84f031573e
4 changed files with 49 additions and 11 deletions
@@ -275,6 +275,7 @@ Item {
color: activeFocus ? Appearance.m3colors.m3onSurface : Appearance.m3colors.m3onSurfaceVariant
selectedTextColor: Appearance.m3colors.m3onSurface
placeholderText: "Task description"
placeholderTextColor: Appearance.m3colors.m3outline
focus: root.showAddDialog
onAccepted: dialog.addTask()