mirror of
https://codeberg.org/vyn/mirai.git
synced 2025-07-03 01:33:19 +00:00
Improve 'Completed tasks' button
This commit is contained in:
parent
66c4048b60
commit
da3f33849a
6 changed files with 20 additions and 14 deletions
|
@ -129,12 +129,6 @@ Rectangle {
|
|||
Layout.fillHeight: true
|
||||
}
|
||||
|
||||
AppButton {
|
||||
text: `Hide completed tasks: ${backend.shouldHideCompletedTasks ? "ON" : "OFF"}`
|
||||
onClicked: {
|
||||
backend.hideCompletedTasks(!backend.shouldHideCompletedTasks)
|
||||
}
|
||||
}
|
||||
|
||||
Popup {
|
||||
parent: Overlay.overlay
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue