mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 14:59:27 -05:00
wifi menu: fix double clicking always showing password prompt
This commit is contained in:
@@ -9,6 +9,7 @@ import QtQuick.Layouts
|
||||
DialogListItem {
|
||||
id: root
|
||||
required property WifiAccessPoint wifiNetwork
|
||||
enabled: !(Network.wifiConnectTarget === root.wifiNetwork && !wifiNetwork?.active)
|
||||
|
||||
active: (wifiNetwork?.askingPassword || wifiNetwork?.active) ?? false
|
||||
onClicked: {
|
||||
|
||||
Reference in New Issue
Block a user