forked from Shinonome/dots-hyprland
network: no more polling, fix sidebar toggle enabled state
This commit is contained in:
@@ -10,7 +10,7 @@ import Quickshell.Io
|
||||
import Quickshell.Hyprland
|
||||
|
||||
QuickToggleButton {
|
||||
toggled: Network.networkName.length > 0 && Network.networkName != "lo"
|
||||
toggled: Network.wifiEnabled
|
||||
buttonIcon: Network.materialSymbol
|
||||
onClicked: {
|
||||
toggleNetwork.running = true
|
||||
|
||||
Reference in New Issue
Block a user