Fix WLAN busy indicator

pull/28/head
reionwong 4 years ago
parent 5b892e0fdc
commit 089979952d

@ -4,7 +4,6 @@ Name[zh_CN]=设置
Exec=cutefish-settings Exec=cutefish-settings
Icon=preferences-system Icon=preferences-system
Terminal=false Terminal=false
OnlyShowIn=Cutefish
Type=Application Type=Application
StartupNotify=true StartupNotify=true
Categories=Settings; Categories=Settings;

@ -36,16 +36,6 @@ ColumnLayout {
color: FishUI.Theme.disabledTextColor color: FishUI.Theme.disabledTextColor
} }
FishUI.BusyIndicator {
id: wlanBusyIndicator
width: wirelessSwitch.height
height: width
visible: enabledConnections.wirelessHwEnabled &&
enabledConnections.wirelessEnabled &&
wirelessView.count === 0
running: wlanBusyIndicator.visible
}
Item { Item {
Layout.fillWidth: true Layout.fillWidth: true
} }

Loading…
Cancel
Save