forked from Shinonome/dots-hyprland
notification list
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user