diff options
Diffstat (limited to 'quickshell/items/Radio.qml')
| -rw-r--r-- | quickshell/items/Radio.qml | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/quickshell/items/Radio.qml b/quickshell/items/Radio.qml index b3ee8e6..2e33dec 100644 --- a/quickshell/items/Radio.qml +++ b/quickshell/items/Radio.qml @@ -19,10 +19,9 @@ RowLayout { pixelSize: shellRoot.fontSize bold: true } - - MouseArea { - anchors.fill: parent - onClicked: networkManagerProc.running = true - } + } + MouseArea { + anchors.fill: parent + onClicked: networkManagerProc.running = true } } |
