Network/Wi-Fi: Removed auto polling every 30sec. Factorized more code and cleaned logs

This commit is contained in:
LemmyCook 2025-09-06 14:14:47 -04:00
parent fc1ee9fb2f
commit 7860c41959
4 changed files with 21 additions and 33 deletions

View file

@ -173,7 +173,7 @@ NPanel {
}
NText {
text: "Scanning for networks..."
text: "Searching for nearby networks..."
font.pointSize: Style.fontSizeNormal * scaling
color: Color.mOnSurfaceVariant
Layout.alignment: Qt.AlignHCenter
@ -584,7 +584,7 @@ NPanel {
}
NButton {
text: "Scan Again"
text: "Scan again"
icon: "refresh"
Layout.alignment: Qt.AlignHCenter
onClicked: NetworkService.scan()