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
Icon=preferences-system
Terminal=false
OnlyShowIn=Cutefish
Type=Application
StartupNotify=true
Categories=Settings;

@ -36,16 +36,6 @@ ColumnLayout {
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 {
Layout.fillWidth: true
}

Loading…
Cancel
Save