notification list

This commit is contained in:
end-4
2025-04-19 00:09:51 +02:00
parent 02151a93f6
commit 6b457c7780
21 changed files with 287 additions and 9 deletions
@@ -12,7 +12,7 @@ QuickToggleButton {
MouseArea {
anchors.fill: parent
acceptedButtons: Qt.RightButton | Qt.LeftButton
onClicked: {
onClicked: (mouse) => {
if (mouse.button === Qt.LeftButton) {
toggleBluetooth.running = true
}
@@ -18,7 +18,7 @@ QuickToggleButton {
MouseArea {
anchors.fill: parent
acceptedButtons: Qt.RightButton | Qt.LeftButton
onClicked: {
onClicked: (mouse) =>{
if (mouse.button === Qt.LeftButton) {
toggleNetwork.running = true
}