empty item

This commit is contained in:
Benjamin Palko 2025-08-31 23:35:24 -04:00
parent 75f1fc1905
commit 16e5059c7a
2 changed files with 2 additions and 2 deletions

View file

@ -51,5 +51,5 @@ Switch {
}
}
background: null
background: Item {}
}

View file

@ -72,7 +72,7 @@ StyledWindow {
text: Pomodoro.running ? Icons.square : Icons.play
font.pixelSize: 48
background: undefined
background: Item {}
onClicked: {
Pomodoro.toggle();
}