mirror of
https://github.com/M66B/NetGuard.git
synced 2025-02-24 23:23:08 +00:00
Fixed port forwarding application selector
This commit is contained in:
parent
7cc7e5de1b
commit
5eea96737d
1 changed files with 2 additions and 4 deletions
|
@ -319,9 +319,7 @@ public class Rule {
|
|||
|
||||
@Override
|
||||
public String toString() {
|
||||
return this.name +
|
||||
" blocked=" + wifi_blocked + "/" + other_blocked +
|
||||
" screen=" + screen_wifi + "/" + screen_other +
|
||||
" roaming=" + roaming;
|
||||
// This is used in the port forwarding dialog application selector
|
||||
return this.name;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue