Add new infos Freq+WifiGen to icon->Status (or not)
Um? Looks like the number of lines are limited in KDE, so the new stuff is commented
This commit is contained in:
parent
106d67057a
commit
997ff9397c
1 changed files with 6 additions and 0 deletions
|
|
@ -2198,11 +2198,17 @@ void WpaGui::showTrayStatus() {
|
|||
msg.append(mask.arg(statusLabel->text(), lw)
|
||||
.arg(textStatus->text(), tw));
|
||||
|
||||
// Um? Looks like the number of lines are limited in KDE, so some
|
||||
// info is commented
|
||||
if (WpaCompleted == wpaState) {
|
||||
msg.append(mask.arg(ssidLabel->text(), lw)
|
||||
.arg(textSsid->text(), tw));
|
||||
msg.append(mask.arg(rssiLabel->text(), lw)
|
||||
.arg(textRssi->text(), tw));
|
||||
// msg.append(mask.arg(freqLabel->text(), lw)
|
||||
// .arg(textFreq->text(), tw));
|
||||
// msg.append(mask.arg(wifiGenLabel->text(), lw)
|
||||
// .arg(textWifiGen->text(), tw));
|
||||
msg.append(mask.arg(bssidLabel->text(), lw)
|
||||
.arg(textBssid->text(), tw));
|
||||
msg.append(mask.arg(authenticationLabel->text(), lw)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue