move material symbol in Network service to Icon

This commit is contained in:
end-4
2026-03-11 21:55:56 +01:00
parent 68a51b79ff
commit b4c8a63d1a
6 changed files with 23 additions and 22 deletions
@@ -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()