Network/Wi-Fi: Removed auto polling every 30sec. Factorized more code and cleaned logs
This commit is contained in:
parent
fc1ee9fb2f
commit
7860c41959
4 changed files with 21 additions and 33 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue