diff --git a/cutefish-settings.desktop b/cutefish-settings.desktop index 1c070a9..ed13662 100644 --- a/cutefish-settings.desktop +++ b/cutefish-settings.desktop @@ -4,7 +4,6 @@ Name[zh_CN]=设置 Exec=cutefish-settings Icon=preferences-system Terminal=false -OnlyShowIn=Cutefish Type=Application StartupNotify=true Categories=Settings; diff --git a/src/qml/WLAN/WifiView.qml b/src/qml/WLAN/WifiView.qml index 1c567cb..3d88801 100644 --- a/src/qml/WLAN/WifiView.qml +++ b/src/qml/WLAN/WifiView.qml @@ -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 }