forked from Shinonome/dots-hyprland
move material symbol in Network service to Icon
This commit is contained in:
@@ -8,7 +8,7 @@ QuickToggleModel {
|
||||
name: Translation.tr("Internet")
|
||||
statusText: Network.networkName
|
||||
tooltipText: Translation.tr("%1 | Right-click to configure").arg(Network.networkName)
|
||||
icon: Network.materialSymbol
|
||||
icon: Icons.getNetworkMaterialSymbol()
|
||||
|
||||
toggled: Network.wifiStatus !== "disabled"
|
||||
mainAction: () => Network.toggleWifi()
|
||||
|
||||
Reference in New Issue
Block a user